summaryrefslogtreecommitdiff
path: root/examples/zeitgeist-git.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-07-02 08:05:06 +0200
committerGuido Günther <agx@sigxcpu.org>2012-07-02 08:53:04 +0200
commite6e0150e07be32b91624b460b67be39b8f6b0ab9 (patch)
treeebf593199d58f8a46d3bbeae3335258c6e264d54 /examples/zeitgeist-git.py
parent92a744e5c8e9751f7336ddaac597ded2a7456d8f (diff)
Make exception syntax consistent
Diffstat (limited to 'examples/zeitgeist-git.py')
-rwxr-xr-xexamples/zeitgeist-git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/zeitgeist-git.py b/examples/zeitgeist-git.py
index f09fc49..4edd946 100755
--- a/examples/zeitgeist-git.py
+++ b/examples/zeitgeist-git.py
@@ -47,7 +47,7 @@ except ImportError:
else:
try:
CLIENT = ZeitgeistClient()
- except RuntimeError, e:
+ except RuntimeError as e:
print "Unable to connect to Zeitgeist, won't send events. Reason: '%s'" %e