Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorDan Williams <dcbw@localhost.localdomain>2006-07-19 19:27:37 (GMT)
committer Dan Williams <dcbw@localhost.localdomain>2006-07-19 19:27:37 (GMT)
commit766b82d46706c0a9f4e32635e27db8aa55a1b820 (patch)
tree4e02886931de5a0d37fd57216fe47641f2337173 /shell
parentd2fdd6400348b2adc08b99e69e67c64aa092ac65 (diff)
Switch sugar/presence module over to a thin API wrapper around the PresenceService dbus API
Diffstat (limited to 'shell')
-rw-r--r--shell/Owner.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/Owner.py b/shell/Owner.py
index bd8771d..90d7d31 100644
--- a/shell/Owner.py
+++ b/shell/Owner.py
@@ -3,9 +3,6 @@ import random
import base64
from sugar import env
-from sugar.presence import Service
-from sugar.presence import Buddy
-from sugar.presence import PresenceService
from sugar.p2p import Stream
class ShellOwner(object):