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

« back to all changes in this revision

Viewing changes to magicicadaclient/syncdaemon/tests/test_interaction_interfaces.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:
36
36
from twisted.internet import defer
37
37
from ubuntuone.devtools.handlers import MementoHandler
38
38
 
39
 
from contrib.testing.testcase import (
 
39
from magicicadaclient.testing.testcase import (
40
40
    FAKED_CREDENTIALS,
41
41
    FakeCommand,
42
42
    FakeDownload,
45
45
    FakeMainTestCase,
46
46
    skipIfOS,
47
47
)
48
 
from ubuntuone.networkstate.networkstates import ONLINE
49
 
from ubuntuone.platform import make_dir, make_link
50
 
from ubuntuone.platform.tests.ipc.test_perspective_broker import (
 
48
from magicicadaclient.networkstate.networkstates import ONLINE
 
49
from magicicadaclient.platform import make_dir, make_link
 
50
from magicicadaclient.platform.tests.ipc.test_perspective_broker import (
51
51
    FakeNetworkManagerState,
52
52
)
53
 
from ubuntuone.syncdaemon import (
 
53
from magicicadaclient.syncdaemon import (
54
54
    config,
55
55
    interaction_interfaces,
56
56
    states,
57
57
)
58
 
from ubuntuone.syncdaemon.interaction_interfaces import (
 
58
from magicicadaclient.syncdaemon.interaction_interfaces import (
59
59
    bool_str,
60
60
    get_share_dict,
61
61
    get_udf_dict,
72
72
    SyncdaemonShares,
73
73
    SyncdaemonStatus,
74
74
)
75
 
from ubuntuone.syncdaemon.marker import MDMarker
76
 
from ubuntuone.syncdaemon.volume_manager import (
 
75
from magicicadaclient.syncdaemon.marker import MDMarker
 
76
from magicicadaclient.syncdaemon.volume_manager import (
77
77
    ACCESS_LEVEL_RO,
78
78
    ACCESS_LEVEL_RW,
79
79
    get_udf_path,