~nataliabidart/magicicada-client/fix-travis-ubuntuone-clientdefs

« back to all changes in this revision

Viewing changes to magicicadaclient/platform/os_helper/darwin.py

  • Committer: Natalia
  • Date: 2018-05-19 20:44:54 UTC
  • mto: This revision was merged to the branch mainline in revision 1445.
  • Revision ID: natalia.bidart@ubuntu.com-20180519204454-fliiqyexj67r7fp9
- Rename python package to magicicadaclient.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# ubuntuone.platform.os_helper - darwin platform imports
 
1
# magicicadaclient.platform.os_helper - darwin platform imports
2
2
#
3
3
# Copyright 2012 Canonical Ltd.
4
4
#
39
39
import shutil
40
40
import unicodedata
41
41
 
42
 
from ubuntuone.platform.os_helper import unix
 
42
from magicicadaclient.platform.os_helper import unix
43
43
 
44
44
platform = "darwin"
45
45