From b823f3e8c4a20d12a6b372672bf558ff8956f452 Mon Sep 17 00:00:00 2001 From: Przemyslaw Gajda Date: Sun, 22 Apr 2012 22:59:59 +0200 Subject: Bugfix. At least I hope so... --- mox_test.py | 3 --- 1 file changed, 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 -- cgit v1.2.1