~dobey/ubuntuone-client/notification-icon-size

« back to all changes in this revision

Viewing changes to ubuntuone/syncdaemon/main.py

  • Committer: Tarmac
  • Author(s): Rodney Dawes
  • Date: 2009-09-10 18:49:01 UTC
  • mfrom: (200.5.1 system-oauth)
  • Revision ID: dobey@gnome.org-20090910184901-i791s5uw1x3057ev
Send callback with request instead of authorization, for 1.0a
Use system python-oauth

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
from twisted.internet import defer, reactor, task
28
28
 
29
 
from ubuntuone.storageprotocol import oauth
 
29
from oauth import oauth
30
30
from ubuntuone.syncdaemon import (
31
31
    action_queue,
32
32
    dbus_interface,