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

« back to all changes in this revision

Viewing changes to ubuntuone/syncdaemon/tools.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:
1
 
# canonical.ubuntuone.storage.syncdaemon.tools - tools for SyncDaemon
 
1
# ubuntuone.syncdaemon.tools - tools for SyncDaemon
2
2
#
3
3
# Author: Guillermo Gonzalez <guillermo.gonzalez@canonical.com>
4
4
#
20
20
import time
21
21
import sys
22
22
 
23
 
from canonical.ubuntuone.storage.syncdaemon.dbus_interface import (
 
23
from ubuntuone.syncdaemon.dbus_interface import (
24
24
    DBUS_IFACE_NAME,
25
25
    DBUS_IFACE_STATUS_NAME,
26
26
    DBUS_IFACE_SHARES_NAME,