~facundo/ubuntuone-client/aq-slots

« back to all changes in this revision

Viewing changes to contrib/testing/testcase.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
from warnings import warn
25
25
 
26
26
 
27
 
from canonical.ubuntuone.storage.syncdaemon import (
 
27
from ubuntuone.syncdaemon import (
28
28
    action_queue,
29
29
    event_queue,
30
30
    filesystem_manager as fs_manager,
32
32
    volume_manager,
33
33
    main,
34
34
)
35
 
from canonical.ubuntuone.storage.syncdaemon.dbus_interface import (
 
35
from ubuntuone.syncdaemon.dbus_interface import (
36
36
    DBusInterface,
37
37
    DBusExposedObject,
38
38
    NM_STATE_CONNECTED,