From 4d978fda14f7029dca7ec9925ac3716c56a74875 Mon Sep 17 00:00:00 2001 From: Sascha Silbe Date: Fri, 15 Oct 2010 18:04:34 +0000 Subject: 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 Acked-by: Simon Schampijer CC: Aleksey Lim --- (limited to 'src/sugar/presence/buddy.py') 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) -- cgit v0.9.1