changeset 74824f0bd5d4 in /home/hg/repos/gajim
author: lovetox <[email protected]>
branches:
details:http://hg.gajim.org/gajim?cmd=changeset;node=74824f0bd5d4
description: Fix syntax error
diffstat:
src/common/connection_handlers_events.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 6c0ecfa7a1bd -r 74824f0bd5d4 src/common/connection_handlers_events.py
--- a/src/common/connection_handlers_events.py Sun Oct 16 16:57:34 2016 +0200
+++ b/src/common/connection_handlers_events.py Mon Oct 17 02:44:58 2016 +0200
@@ -208,7 +208,7 @@
tzo = '0:0'
try:
tzoh, tzom = tzo.split(':')
- except Exception, e:
+ except Exception as e:
# wrong tzo
return
utc_time = qp.getTag('utc').getData()
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits