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

« back to all changes in this revision

Viewing changes to magicicadaclient/platform/tests/os_helper/test_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:
32
32
from twisted.internet import defer
33
33
from ubuntuone.devtools.handlers import MementoHandler
34
34
 
35
 
from ubuntuone.platform.tests.os_helper import test_os_helper
36
 
from ubuntuone.platform.os_helper import linux
37
 
from ubuntuone.platform import (
 
35
from magicicadaclient.platform.tests.os_helper import test_os_helper
 
36
from magicicadaclient.platform.os_helper import linux
 
37
from magicicadaclient.platform import (
38
38
    move_to_trash,
39
39
    open_file,
40
40
    stat_path,