tests/test-hgweb-auth.py
changeset 19378 9de689d20230
parent 15025 0593e8f81c71
child 28747 779addce6910
--- a/tests/test-hgweb-auth.py	Mon Jul 01 20:48:55 2013 +0200
+++ b/tests/test-hgweb-auth.py	Mon Jul 01 20:48:56 2013 +0200
@@ -41,7 +41,7 @@
             if authinfo is not None:
                 pm.add_password(*authinfo)
             print '    ', pm.find_user_password('test', u)
-        except Abort, e:
+        except Abort:
             print 'abort'
 
     if not urls: