diff mercurial/wireproto.py @ 12063:516b000fbb7e

cleanup: remove unused variables
author Brodie Rao <brodie@bitheap.org>
date Fri, 27 Aug 2010 13:32:40 -0400
parents 210049a8d16e
children 6f833fc3ccab
line wrap: on
line diff
--- 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)