mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
- 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
11 lines
341 B
Python
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)
|