telepathy-gabble: constants: remove comma

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Thu Sep 19 04:00:37 PDT 2013


Module: telepathy-gabble
Branch: master
Commit: 5b5a2efa7a75e7a1c340cdd2170dd6e48ae4923d
URL:    http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=5b5a2efa7a75e7a1c340cdd2170dd6e48ae4923d

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Thu Sep 19 13:00:16 2013 +0200

constants: remove comma

---

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

diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py
index 0a93c5e..ac101a3 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -95,7 +95,7 @@ CALL_STREAM_TRANSPORT_WLM_2009 = 4
 CALL_STREAM_TRANSPORT_SHM = 5
 CALL_STREAM_TRANSPORT_MULTICAST = 6
 
-CALL_STATE_UNKNOWN = 0,
+CALL_STATE_UNKNOWN = 0
 CALL_STATE_PENDING_INITIATOR = 1
 CALL_STATE_INITIALISING = 2
 CALL_STATE_INITIALISED = 3



More information about the telepathy-commits mailing list