blob: ca9a9c97bd14045cbe59caa9b9f7200ebd889bd1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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)
|