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

« back to all changes in this revision

Viewing changes to magicicadaclient/platform/launcher/__init__.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:
32
32
 
33
33
 
34
34
if sys.platform == "win32":
35
 
    from ubuntuone.platform.launcher import windows
 
35
    from magicicadaclient.platform.launcher import windows
36
36
    source = windows
37
37
else:
38
 
    from ubuntuone.platform.launcher import linux
 
38
    from magicicadaclient.platform.launcher import linux
39
39
    source = linux
40
40
 
41
41
CONTORLPANEL_DOTDESKTOP = source.CONTROLPANEL_DOTDESKTOP