Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-07-20 07:59:24 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-07-20 07:59:24 (GMT)
commite348de9c7e08bb180934737a16f0cf5778d42df4 (patch)
tree8c21a209ddcab9a84e05454308929b360d663164 /shell
parent5731405901d7713182c5e1eb46b20b9377d9d8c6 (diff)
parent766b82d46706c0a9f4e32635e27db8aa55a1b820 (diff)
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
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):