[Telepathy-commits] [telepathy-gabble/master] constants.py: add PROPERTIES_IFACE and INTERFACES

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Jan 19 07:07:54 PST 2009


---
 tests/twisted/constants.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py
index c72b832..91e0212 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -2,6 +2,8 @@
 Some handy constants for other tests to share and enjoy.
 """
 
+from dbus import PROPERTIES_IFACE
+
 HT_CONTACT = 1
 HT_ROOM = 2
 
@@ -21,6 +23,7 @@ TARGET_ID = CHANNEL + '.TargetID'
 REQUESTED = CHANNEL + '.Requested'
 INITIATOR_HANDLE = CHANNEL + '.InitiatorHandle'
 INITIATOR_ID = CHANNEL + '.InitiatorID'
+INTERFACES = CHANNEL + '.Interfaces'
 
 CONN = "org.freedesktop.Telepathy.Connection"
 CONN_IFACE_CONTACTS = CONN + '.Interface.Contacts'
-- 
1.5.6.5




More information about the Telepathy-commits mailing list