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

« back to all changes in this revision

Viewing changes to magicicadaclient/syncdaemon/tests/test_pathlockingtree.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.trial.unittest import TestCase as TwistedTestCase
37
37
 
38
38
from ubuntuone.devtools.handlers import MementoHandler
39
 
from ubuntuone.syncdaemon.action_queue import PathLockingTree
 
39
from magicicadaclient.syncdaemon.action_queue import PathLockingTree
40
40
 
41
41
 
42
42
class InternalDeferredTests(TwistedTestCase):