~facundo/ubuntuone-client/aq-slots

« back to all changes in this revision

Viewing changes to tests/syncdaemon/test_localrescan.py

  • Committer: Rodney Dawes
  • Date: 2009-06-26 17:01:42 UTC
  • mto: This revision was merged to the branch mainline in revision 60.
  • Revision ID: rodney.dawes@canonical.com-20090626170142-a738504rgnarizuw
        Remove the canonical namespace, and just use ubuntuone as the toplevel
        Move storage/syncdaemon and storage/u1sync up a level

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
import shutil
25
25
 
26
26
from contrib.testing import testcase
27
 
from canonical.ubuntuone.storage.syncdaemon.local_rescan import LocalRescan
28
 
from canonical.ubuntuone.storage.syncdaemon import event_queue
29
 
from canonical.ubuntuone.storage.syncdaemon import filesystem_manager
30
 
from canonical.ubuntuone.storage.syncdaemon.volume_manager import Share
31
 
from canonical.ubuntuone.storage.protocol.hash import content_hash_factory
 
27
from ubuntuone.syncdaemon.local_rescan import LocalRescan
 
28
from ubuntuone.syncdaemon import event_queue
 
29
from ubuntuone.syncdaemon import filesystem_manager
 
30
from ubuntuone.syncdaemon.volume_manager import Share
 
31
from ubuntuone.storageprotocol.hash import content_hash_factory
32
32
 
33
33
from twisted.trial.unittest import TestCase as TwistedTestCase
34
34
from twisted.internet import defer, reactor