[Telepathy-commits] [telepathy-gabble/master] constants.py: add PERMISSION_DENIED

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Wed Mar 25 05:17:42 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 f256afc..bb2d709 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -41,6 +41,7 @@ ERROR = 'org.freedesktop.Telepathy.Error'
 INVALID_ARGUMENT = ERROR + '.InvalidArgument'
 NOT_IMPLEMENTED = ERROR + '.NotImplemented'
 NOT_AVAILABLE = ERROR + '.NotAvailable'
+PERMISSION_DENIED = ERROR + '.PermissionDenied'
 
 TUBE_PARAMETERS = CHANNEL_IFACE_TUBE + '.Parameters'
 TUBE_STATE = CHANNEL_IFACE_TUBE + '.State'
-- 
1.5.6.5




More information about the telepathy-commits mailing list