aboutsummaryrefslogtreecommitdiff
path: root/python/mox.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/mox.py')
-rwxr-xr-xpython/mox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/mox.py b/python/mox.py
index 257468e5..43db0219 100755
--- a/python/mox.py
+++ b/python/mox.py
@@ -778,7 +778,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)