[Telepathy-commits] [telepathy-gabble/master] constants: fix error domain name
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Wed Mar 25 05:16:32 PDT 2009
---
tests/twisted/constants.py | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py
index ca2efec..f256afc 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -37,10 +37,10 @@ CONN_IFACE_CONTACTS = CONN + '.Interface.Contacts'
CONN_IFACE_CONTACT_CAPA = CONN + '.Interface.ContactCapabilities.DRAFT'
CONN_IFACE_REQUESTS = CONN + '.Interface.Requests'
-ERRORS = 'org.freedesktop.Telepathy.Errors'
-INVALID_ARGUMENT = ERRORS + '.InvalidArgument'
-NOT_IMPLEMENTED = ERRORS + '.NotImplemented'
-NOT_AVAILABLE = ERRORS + '.NotAvailable'
+ERROR = 'org.freedesktop.Telepathy.Error'
+INVALID_ARGUMENT = ERROR + '.InvalidArgument'
+NOT_IMPLEMENTED = ERROR + '.NotImplemented'
+NOT_AVAILABLE = ERROR + '.NotAvailable'
TUBE_PARAMETERS = CHANNEL_IFACE_TUBE + '.Parameters'
TUBE_STATE = CHANNEL_IFACE_TUBE + '.State'
--
1.5.6.5
More information about the telepathy-commits
mailing list