~facundo/ubuntuone-client/support-initial-disconnection

« back to all changes in this revision

Viewing changes to tests/syncdaemon/test_fsm.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:
28
28
    FakeVolumeManager,
29
29
)
30
30
 
31
 
from canonical.ubuntuone.storage.syncdaemon.filesystem_manager import (
 
31
from ubuntuone.syncdaemon.filesystem_manager import (
32
32
                            FileSystemManager, InconsistencyError)
33
 
from canonical.ubuntuone.storage.syncdaemon.volume_manager import Share
 
33
from ubuntuone.syncdaemon.volume_manager import Share
34
34
 
35
35
TESTS_DIR = os.path.join(os.getcwd(), "tmp")
36
36