[telepathy-gabble/master] constants.py: add CONNECTION_{REFUSED, FAILED, LOST}
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Wed May 20 03:16:01 PDT 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 fc4d8ef..4a07462 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -64,6 +64,9 @@ NOT_AVAILABLE = ERROR + '.NotAvailable'
PERMISSION_DENIED = ERROR + '.PermissionDenied'
OFFLINE = ERROR + '.Offline'
NOT_CAPABLE = ERROR + '.NotCapable'
+CONNECTION_REFUSED = ERROR + '.ConnectionRefused'
+CONNECTION_FAILED = ERROR + '.ConnectionFailed'
+CONNECTION_LOST = ERROR + '.ConnectionLost'
TUBE_PARAMETERS = CHANNEL_IFACE_TUBE + '.Parameters'
TUBE_STATE = CHANNEL_IFACE_TUBE + '.State'
--
1.5.6.5
More information about the telepathy-commits
mailing list