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

« back to all changes in this revision

Viewing changes to magicicadaclient/platform/tests/filesystem_notifications/__init__.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:
30
30
 
31
31
from twisted.internet import defer, reactor
32
32
 
33
 
from contrib.testing import testcase
 
33
from magicicadaclient.testing import testcase
34
34
from ubuntuone.devtools.handlers import MementoHandler
35
 
from ubuntuone.syncdaemon import event_queue, filesystem_manager
36
 
from ubuntuone.syncdaemon.tritcask import Tritcask
 
35
from magicicadaclient.syncdaemon import event_queue, filesystem_manager
 
36
from magicicadaclient.syncdaemon.tritcask import Tritcask
37
37
 
38
38
 
39
39
class BaseFSMonitorTestCase(testcase.BaseTwistedTestCase):