~facundo/ubuntuone-client/aq-slots

« back to all changes in this revision

Viewing changes to bin/ubuntuone-client-applet

  • 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:
36
36
 
37
37
from dbus.exceptions import DBusException
38
38
from dbus.mainloop.glib import DBusGMainLoop
39
 
from canonical.ubuntuone.oauthdesktop.main import Login
 
39
from ubuntuone.oauthdesktop.main import Login
40
40
from gobject.option import OptionGroup, OptionParser, make_option
41
41
from xdg.BaseDirectory import xdg_data_home, xdg_config_home
42
42
from urllib import quote
43
43
 
44
 
from canonical.ubuntuone.oauthdesktop.logger import setupLogging
 
44
from ubuntuone.oauthdesktop.logger import setupLogging
45
45
setupLogging()
46
46
import logging
47
47
logger = logging.getLogger("UbuntuOne.Client.Applet")