ports/devel/py-mox/files/patch-mox.py
Sunpoet Po-Chuan Hsieh 12280a64eb - Add LICENSE
- Update MASTER_SITES: change from GOOGLE_CODE to CHEESESHOP
- Add NO_ARCH
- Allow build with Python 3
- Reformat pkg-descr
- Update WWW
- Bump PORTREVISION for package change
- Take maintainership
2015-12-29 17:54:31 +00:00

11 lines
341 B
Python

--- mox.py.orig 2010-07-10 18:26:30 UTC
+++ mox.py
@@ -1229,7 +1229,7 @@ class Comparator:
rhs: any python object
"""
- raise NotImplementedError, 'method must be implemented by a subclass.'
+ raise NotImplementedError('method must be implemented by a subclass.')
def __eq__(self, rhs):
return self.equals(rhs)