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

« back to all changes in this revision

Viewing changes to magicicadaclient/syncdaemon/tests/test_eventqueue.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 twisted.trial.unittest import TestCase
38
38
 
39
 
from contrib.testing.testcase import (
 
39
from magicicadaclient.testing.testcase import (
40
40
    BaseTwistedTestCase,
41
41
    FakeMonitor,
42
42
    FakeVolumeManager,
43
43
)
44
 
from ubuntuone.platform.filesystem_notifications.monitor import (
 
44
from magicicadaclient.platform.filesystem_notifications.monitor import (
45
45
    FilesystemMonitor,
46
46
)
47
 
from ubuntuone.syncdaemon import (
 
47
from magicicadaclient.syncdaemon import (
48
48
    event_queue,
49
49
    filesystem_manager,
50
50
    tritcask,