From 618d7071bbcc6b865d6ef722a74adf6896d897e3 Mon Sep 17 00:00:00 2001 From: Przemyslaw Gajda Date: Sun, 22 Apr 2012 23:01:29 +0200 Subject: Another bugfix... Tests are still passing. --- mox_test_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.1