summaryrefslogtreecommitdiff
path: root/devel/py-mox/files/patch-mox.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-mox/files/patch-mox.py')
-rw-r--r--devel/py-mox/files/patch-mox.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/py-mox/files/patch-mox.py b/devel/py-mox/files/patch-mox.py
new file mode 100644
index 000000000000..ca9a9c97bd14
--- /dev/null
+++ b/devel/py-mox/files/patch-mox.py
@@ -0,0 +1,11 @@
+--- 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)