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

« back to all changes in this revision

Viewing changes to magicicadaclient/platform/ipc/linux.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:
38
38
from twisted.internet import defer
39
39
from xml.etree import ElementTree
40
40
 
41
 
from ubuntuone.platform import launcher
 
41
from magicicadaclient.platform import launcher
42
42
 
43
43
# Disable the "Invalid Name" check here, as we have lots of DBus style names
44
44