[telepathy-gabble/master] constants.py: add Cancelled error

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Wed May 20 09:55:59 PDT 2009


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

diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py
index 4a07462..4a4c0d8 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -67,6 +67,7 @@ NOT_CAPABLE = ERROR + '.NotCapable'
 CONNECTION_REFUSED = ERROR + '.ConnectionRefused'
 CONNECTION_FAILED = ERROR + '.ConnectionFailed'
 CONNECTION_LOST = ERROR + '.ConnectionLost'
+CANCELLED = ERROR + '.Cancelled'
 
 TUBE_PARAMETERS = CHANNEL_IFACE_TUBE + '.Parameters'
 TUBE_STATE = CHANNEL_IFACE_TUBE + '.State'
-- 
1.5.6.5




More information about the telepathy-commits mailing list