summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-05-10 10:09:09 +0100
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-05-10 10:13:19 +0100
commit060fbf3df71c3f8d2a65588bfab091a52739d716 (patch)
tree895d0ae90af8bcead7c3e8449959dc548c742f4d /tests
parent8b68edfb3ab97464b8e24c77411b9139bd02e800 (diff)
Fix coding style to use PEP-8
Diffstat (limited to 'tests')
-rw-r--r--tests/twisted/messages/messages-iface.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/messages/messages-iface.py b/tests/twisted/messages/messages-iface.py
index d3a4d43..5bbfbed 100644
--- a/tests/twisted/messages/messages-iface.py
+++ b/tests/twisted/messages/messages-iface.py
@@ -42,7 +42,7 @@ def test_dbus_properties (chan):
# Don't check props['DeliveryReportingSupport'] as tp-glib uses to forget
# this property
-def check_message(conn, msg, content, message_type = cs.MT_NORMAL):
+def check_message(conn, msg, content, message_type=cs.MT_NORMAL):
header = msg[0]
assertEquals('alice', header['message-sender-id'])
handle = header['message-sender']