~mandel/ubuntuone-client/donot-add-watches-parents

« back to all changes in this revision

Viewing changes to bin/ubuntuone-login

  • Committer: Tarmac
  • Author(s): Rodney Dawes
  • Date: 2011-02-09 13:15:30 UTC
  • mfrom: (847.1.2 install-fix-r847)
  • Revision ID: tarmac-20110209131530-7ruqve33wpqnumw0
Fix the pypackages definition to include the moved directories

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
import dbus.service
29
29
import glib
30
30
 
31
 
from ubuntuone.credentials import (DBUS_BUS_NAME, DBUS_CREDENTIALS_PATH,
 
31
from ubuntuone.platform.linux.credentials import (
 
32
    DBUS_BUS_NAME, DBUS_CREDENTIALS_PATH,
32
33
    CredentialsManagement, logger)
33
34
 
34
35
dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)