[Telepathy-commits] [telepathy-gabble/master] OLPC tests: parenthesis multi lined import
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Fri Sep 26 04:17:45 PDT 2008
---
tests/twisted/olpc/current-activity.py | 6 +++---
tests/twisted/olpc/gadget-publish.py | 4 ++--
tests/twisted/olpc/olpc-activity-search.py | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/tests/twisted/olpc/current-activity.py b/tests/twisted/olpc/current-activity.py
index 673686a..5758405 100644
--- a/tests/twisted/olpc/current-activity.py
+++ b/tests/twisted/olpc/current-activity.py
@@ -10,9 +10,9 @@ from twisted.words.protocols.jabber.client import IQ
from twisted.words.xish import domish, xpath
-from util import announce_gadget, send_buddy_changed_current_act_msg,\
- answer_to_current_act_pubsub_request, answer_error_to_pubsub_request,\
- send_gadget_current_activity_changed_msg, request_random_activity_view
+from util import (announce_gadget, send_buddy_changed_current_act_msg,
+ answer_to_current_act_pubsub_request, answer_error_to_pubsub_request,
+ send_gadget_current_activity_changed_msg, request_random_activity_view)
NS_OLPC_BUDDY_PROPS = "http://laptop.org/xmpp/buddy-properties"
NS_OLPC_ACTIVITIES = "http://laptop.org/xmpp/activities"
diff --git a/tests/twisted/olpc/gadget-publish.py b/tests/twisted/olpc/gadget-publish.py
index 3efb767..16f2324 100644
--- a/tests/twisted/olpc/gadget-publish.py
+++ b/tests/twisted/olpc/gadget-publish.py
@@ -5,8 +5,8 @@ test OLPC search activity
import dbus
from servicetest import call_async, EventPattern, tp_name_prefix
-from gabbletest import exec_test, make_result_iq, acknowledge_iq, sync_stream, \
- elem
+from gabbletest import (exec_test, make_result_iq, acknowledge_iq, sync_stream,
+ elem)
from twisted.words.xish import domish, xpath
from twisted.words.protocols.jabber.client import IQ
diff --git a/tests/twisted/olpc/olpc-activity-search.py b/tests/twisted/olpc/olpc-activity-search.py
index 7a54659..411aae0 100644
--- a/tests/twisted/olpc/olpc-activity-search.py
+++ b/tests/twisted/olpc/olpc-activity-search.py
@@ -9,8 +9,8 @@ from gabbletest import exec_test, make_result_iq, acknowledge_iq, sync_stream
from twisted.words.xish import domish, xpath
from twisted.words.protocols.jabber.client import IQ
-from util import announce_gadget, request_random_activity_view,\
- answer_error_to_pubsub_request, send_reply_to_activity_view_request
+from util import (announce_gadget, request_random_activity_view,
+ answer_error_to_pubsub_request, send_reply_to_activity_view_request)
NS_OLPC_BUDDY_PROPS = "http://laptop.org/xmpp/buddy-properties"
NS_OLPC_ACTIVITIES = "http://laptop.org/xmpp/activities"
--
1.5.6.5
More information about the Telepathy-commits
mailing list