Python 3.2 port

This commit is contained in:
Christophe de Vienne
2012-04-24 11:01:47 +02:00
parent 5615ed51b4
commit 4a92dc4cca

View File

@@ -39,7 +39,7 @@ def test_getprotocol():
try:
getprotocol('invalid')
assert False, "ValueError was not raised"
except ValueError, e:
except ValueError:
pass