Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/presence/buddy.py
diff options
context:
space:
mode:
authorSascha Silbe <sascha-pgp@silbe.org>2010-10-15 18:04:34 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2010-11-23 16:14:32 (GMT)
commit4d978fda14f7029dca7ec9925ac3716c56a74875 (patch)
tree8c5d3ecd8bde328be12a751b441f0766acffa594 /src/sugar/presence/buddy.py
parente2231d56203dcc58cc8a8a873ab1eef1b56a629e (diff)
PEP8 cleanup: ensure lines are shorter than 80 characters
Caught by PEP8. This is important for Sugar because the XO has a small screen where long lines would make the code hard to understand (because you need to constantly scroll horizontally). Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer<simon@schampijer.de> CC: Aleksey Lim <alsroot@member.fsf.org>
Diffstat (limited to 'src/sugar/presence/buddy.py')
-rw-r--r--src/sugar/presence/buddy.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sugar/presence/buddy.py b/src/sugar/presence/buddy.py
index b83bc51..8493ce5 100644
--- a/src/sugar/presence/buddy.py
+++ b/src/sugar/presence/buddy.py
@@ -182,7 +182,8 @@ class Buddy(BaseBuddy):
CONNECTION_INTERFACE_CONTACTS,
'GetContactAttributes',
'auasb',
- ([self.contact_handle], [CONNECTION_INTERFACE_ALIASING], False),
+ ([self.contact_handle], [CONNECTION_INTERFACE_ALIASING],
+ False),
reply_handler=self.__got_attributes_cb,
error_handler=self.__error_handler_cb)