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

« back to all changes in this revision

Viewing changes to magicicadaclient/platform/tests/filesystem_notifications/test_filesystem_notifications.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:
35
35
from twisted.trial import unittest
36
36
from ubuntuone.devtools.handlers import MementoHandler
37
37
 
38
 
from contrib.testing.testcase import (
 
38
from magicicadaclient.testing.testcase import (
39
39
    BaseTwistedTestCase,
40
40
    FakeVolumeManager,
41
41
    skip_if_win32_missing_fs_event,
42
42
    skip_if_darwin_missing_fs_event,
43
43
)
44
 
from ubuntuone.platform import (
 
44
from magicicadaclient.platform import (
45
45
    remove_file,
46
46
    remove_dir,
47
47
    rename,
48
48
)
49
 
from ubuntuone.platform.filesystem_notifications import notify_processor
50
 
from ubuntuone.syncdaemon.tritcask import Tritcask
51
 
from ubuntuone.syncdaemon import (
 
49
from magicicadaclient.platform.filesystem_notifications import notify_processor
 
50
from magicicadaclient.syncdaemon.tritcask import Tritcask
 
51
from magicicadaclient.syncdaemon import (
52
52
    event_queue,
53
53
    filesystem_manager,
54
54
    filesystem_notifications,