From 6bf365532359a3969577c42cd14f2d34b23ae7cd Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 8 Jan 2014 13:22:46 +0000 Subject: [PATCH 6/6] Add a comment indicating why wrap_connection treats Contacts specially --- tests/twisted/servicetest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/twisted/servicetest.py b/tests/twisted/servicetest.py index 4ee6e4f..86212f3 100644 --- a/tests/twisted/servicetest.py +++ b/tests/twisted/servicetest.py @@ -626,7 +626,7 @@ def wrap_connection(conn): return ConnWrapper(conn, tp_name_prefix + '.Connection', dict( [('Peer', 'org.freedesktop.DBus.Peer'), - ('Contacts', cs.CONN), + ('Contacts', cs.CONN), # backwards compat with Telepathy 0 ('Aliasing', cs.CONN_IFACE_ALIASING), ('Avatars', cs.CONN_IFACE_AVATARS), ('ContactCapabilities', cs.CONN_IFACE_CONTACT_CAPS), -- 1.8.5.2