Index: testing_support/auto_stub.py |
diff --git a/testing_support/auto_stub.py b/testing_support/auto_stub.py |
index 5fa481b46d6e63ced10800e4217473b4c53e38e0..5a2b398c3585b904cb3525b766f8ba6f6eab5111 100644 |
--- a/testing_support/auto_stub.py |
+++ b/testing_support/auto_stub.py |
@@ -56,8 +56,6 @@ class AutoStubMixIn(object): |
class SimpleMock(object): |
"""Really simple manual class mock.""" |
- calls = [] |
- |
def __init__(self, unit_test): |
"""Do not call __init__ if you want to use the global call list to detect |
ordering across different instances. |