Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/presence/Buddy.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-06-16 19:21:09 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-06-16 19:21:09 (GMT)
commit29a730e0a47b952855b7bd7f84073461729578a1 (patch)
tree90ccdeef60889bb5e4ae8aa72c87ba2643514448 /sugar/presence/Buddy.py
parent9db404afb927f5a9b7752e8d5509e13e4330d6a5 (diff)
Monitor service addition and update buddy list
on these.
Diffstat (limited to 'sugar/presence/Buddy.py')
-rw-r--r--sugar/presence/Buddy.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sugar/presence/Buddy.py b/sugar/presence/Buddy.py
index 9b5e358..f132c05 100644
--- a/sugar/presence/Buddy.py
+++ b/sugar/presence/Buddy.py
@@ -9,7 +9,6 @@ from sugar.p2p import network
PRESENCE_SERVICE_TYPE = "_presence_olpc._tcp"
-
class Buddy(gobject.GObject):
"""Represents another person on the network and keeps track of the
activities and resources they make available for sharing."""