From 2ca6a9b2c6fc5613342a53c31960ae9be3372c1b Mon Sep 17 00:00:00 2001 From: Przemyslaw Gajda Date: Sun, 22 Apr 2012 22:50:04 +0200 Subject: fixed indentation --- mox_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mox_test.py b/mox_test.py index f865fb9..28baec0 100755 --- a/mox_test.py +++ b/mox_test.py @@ -2286,8 +2286,8 @@ class TestClass: self.d[key] = value def __contains__(self, key): - """Returns True if d contains the key.""" - return key in self.d + """Returns True if d contains the key.""" + return key in self.d def __iter__(self): pass -- cgit v1.2.1