Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/p2p/Buddy.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/p2p/Buddy.py')
-rw-r--r--sugar/p2p/Buddy.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/sugar/p2p/Buddy.py b/sugar/p2p/Buddy.py
index ad6b8aa..9a4d985 100644
--- a/sugar/p2p/Buddy.py
+++ b/sugar/p2p/Buddy.py
@@ -25,8 +25,7 @@ class Owner(Buddy):
if not nick or not len(nick):
nick = "n00b"
- service = Service(nick, PRESENCE_SERVICE_TYPE,
- PRESENCE_SERVICE_PORT)
+ service = Service(nick, PRESENCE_SERVICE_TYPE, PRESENCE_SERVICE_PORT)
Buddy.__init__(self, service, nick)