fix the rest of py/code tests on python 3
--HG-- branch : trunk
This commit is contained in:
@@ -74,3 +74,6 @@ class AssertionError(BuiltinAssertionError):
|
||||
self.args = (self.msg,)
|
||||
else:
|
||||
self.msg = None
|
||||
|
||||
if sys.version_info > (3, 0):
|
||||
AssertionError.__module__ = "builtins"
|
||||
|
||||
Reference in New Issue
Block a user