tests/hghave.py
changeset 19378 9de689d20230
parent 19092 8c560ad1cdc4
child 19930 b8316878a685
--- a/tests/hghave.py	Mon Jul 01 20:48:55 2013 +0200
+++ b/tests/hghave.py	Mon Jul 01 20:48:56 2013 +0200
@@ -105,7 +105,7 @@
     sock = socket.socket(socket.AF_UNIX)
     try:
         sock.bind(name)
-    except socket.error, err:
+    except socket.error:
         return False
     sock.close()
     os.unlink(name)