summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrzemyslaw Gajda <quermit@gmail.com>2012-04-22 22:59:59 +0200
committerPrzemyslaw Gajda <quermit@gmail.com>2012-04-22 22:59:59 +0200
commitb823f3e8c4a20d12a6b372672bf558ff8956f452 (patch)
tree9d4e18be3f5921836c67e91d2713ec89079438f7
parent2ca6a9b2c6fc5613342a53c31960ae9be3372c1b (diff)
downloadpymox-b823f3e8c4a20d12a6b372672bf558ff8956f452.tar.gz
Bugfix. At least I hope so...
-rwxr-xr-xmox_test.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/mox_test.py b/mox_test.py
index 28baec0..47d2f25 100755
--- a/mox_test.py
+++ b/mox_test.py
@@ -2271,9 +2271,6 @@ class TestClass:
def __PrivateCall(self):
pass
- def __getitem__(self, key):
- pass
-
def __DoNotMock(self):
pass