summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrzemyslaw Gajda <quermit@gmail.com>2012-04-22 23:01:29 +0200
committerPrzemyslaw Gajda <quermit@gmail.com>2012-04-22 23:01:29 +0200
commit618d7071bbcc6b865d6ef722a74adf6896d897e3 (patch)
treea29d45c2ee812e15f98acb4609f1d94ba9d8e297
parentb823f3e8c4a20d12a6b372672bf558ff8956f452 (diff)
downloadpymox-618d7071bbcc6b865d6ef722a74adf6896d897e3.tar.gz
Another bugfix... Tests are still passing.
-rwxr-xr-xmox_test_helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mox_test_helper.py b/mox_test_helper.py
index 5ac989f..091c76e 100755
--- a/mox_test_helper.py
+++ b/mox_test_helper.py
@@ -114,7 +114,7 @@ class CallableClass(object):
def __call__(self, one):
return 'Not mock'
- def Value():
+ def Value(self):
return 'Not mock'