~ubuntuone-control-tower/ubuntuone-client/trunk

« back to all changes in this revision

Viewing changes to bin/u1sdtool

  • 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:
25
25
import sys
26
26
import warnings
27
27
 
28
 
from canonical.ubuntuone.storage.syncdaemon.tools import SyncDaemonTool
29
 
from canonical.ubuntuone.storage.syncdaemon.dbus_interface import DBUS_IFACE_NAME
 
28
from ubuntuone.syncdaemon.tools import SyncDaemonTool
 
29
from ubuntuone.syncdaemon.dbus_interface import DBUS_IFACE_NAME
30
30
from dbus.mainloop.glib import DBusGMainLoop
31
31
from optparse import OptionParser
32
32
from twisted.internet import reactor