[Telepathy-commits] [telepathy-gabble/master] Enforce 80 chars
Pierre-Luc Beaudoin
pierre-luc.beaudoin at collabora.co.uk
Sun Feb 1 05:24:02 PST 2009
---
tests/twisted/test-location.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/tests/twisted/test-location.py b/tests/twisted/test-location.py
index 2904f4a..6825bf6 100644
--- a/tests/twisted/test-location.py
+++ b/tests/twisted/test-location.py
@@ -18,7 +18,8 @@ def test(q, bus, conn, stream):
# discard activities request and status change
q.expect_many(
- EventPattern('stream-iq', iq_type='set', query_ns='http://jabber.org/protocol/pubsub'),
+ EventPattern('stream-iq', iq_type='set',
+ query_ns='http://jabber.org/protocol/pubsub'),
EventPattern('dbus-signal', signal='StatusChanged', args=[0, 1]))
# check location properties
--
1.5.6.5
More information about the Telepathy-commits
mailing list