Python 3.2 port
This commit is contained in:
@@ -39,7 +39,7 @@ def test_getprotocol():
|
||||
try:
|
||||
getprotocol('invalid')
|
||||
assert False, "ValueError was not raised"
|
||||
except ValueError, e:
|
||||
except ValueError:
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user