[telepathy-gabble/master] add HT_CONTACT_LIST and HT_GROUP to constants.py
Dafydd Harries
daf at rhydd.org
Tue Apr 7 09:21:48 PDT 2009
---
tests/twisted/constants.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py
index f69246c..4ae3e93 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -6,6 +6,8 @@ from dbus import PROPERTIES_IFACE
HT_CONTACT = 1
HT_ROOM = 2
+HT_CONTACT_LIST = 3
+HT_GROUP = 4
CHANNEL = "org.freedesktop.Telepathy.Channel"
CHANNEL_IFACE_GROUP = CHANNEL + ".Interface.Group"
--
1.5.6.5
More information about the telepathy-commits
mailing list