aboutsummaryrefslogtreecommitdiff
path: root/test_ipaddress.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-02-04 00:39:34 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-02-04 00:39:34 +0100
commiteb306505173d9e33e43878abaf03769469f7a4c0 (patch)
tree3e82235d90fd1fe5ebb69da11e04ac0822e07d3c /test_ipaddress.py
parent4472a8984796600004706af9701952f1c55ce32a (diff)
downloadipaddress-eb306505173d9e33e43878abaf03769469f7a4c0.tar.gz
yet more us, this time in the code
Diffstat (limited to 'test_ipaddress.py')
-rw-r--r--test_ipaddress.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_ipaddress.py b/test_ipaddress.py
index 4ea948e..ba69432 100644
--- a/test_ipaddress.py
+++ b/test_ipaddress.py
@@ -1687,6 +1687,7 @@ if not hasattr(BaseTestCase, 'assertRaisesRegex'):
return True
BaseTestCase.assertRaisesRegex = _AssertRaisesRegex
+ IpaddrUnitTest.assertRaisesRegex = _AssertRaisesRegex
if __name__ == '__main__':