mercurial/wireproto.py
changeset 12063 516b000fbb7e
parent 12042 210049a8d16e
child 12085 6f833fc3ccab
--- a/mercurial/wireproto.py	Fri Aug 27 13:32:38 2010 -0400
+++ b/mercurial/wireproto.py	Fri Aug 27 13:32:40 2010 -0400
@@ -123,7 +123,7 @@
                 _('push failed:'), output)
         try:
             ret = int(ret)
-        except ValueError, err:
+        except ValueError:
             raise error.ResponseError(
                 _('push failed (unexpected response):'), ret)