[telepathy-gabble/telepathy-gabble-0.8] constants: add PROPERTY_FLAGS_RW for convenience

Simon McVittie simon.mcvittie at collabora.co.uk
Thu Nov 12 06:42:06 PST 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 1014e92..c98c17f 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -34,6 +34,7 @@ CHANNEL_TYPE_FILE_TRANSFER = CHANNEL + ".Type.FileTransfer"
 TP_AWKWARD_PROPERTIES = "org.freedesktop.Telepathy.Properties"
 PROPERTY_FLAG_READ = 1
 PROPERTY_FLAG_WRITE = 2
+PROPERTY_FLAGS_RW = PROPERTY_FLAG_READ | PROPERTY_FLAG_WRITE
 
 CHANNEL_TYPE = CHANNEL + '.ChannelType'
 TARGET_HANDLE_TYPE = CHANNEL + '.TargetHandleType'
-- 
1.5.6.5




More information about the telepathy-commits mailing list