From: Benjamin Peterson Date: Tue, 19 Jan 2016 05:18:49 +0000 (-0800) Subject: add space X-Git-Tag: v2.7.12rc1~276 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd171ead8067f8b8cddd9899de9fe35029a3a4b9;p=thirdparty%2FPython%2Fcpython.git add space --- diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py index 0861bcc37ca7..b17bdbf6a941 100644 --- a/Lib/test/test_descr.py +++ b/Lib/test/test_descr.py @@ -4699,6 +4699,7 @@ order (MRO) for bases """ for o in gc.get_objects(): self.assertIsNot(type(o), X) + class DictProxyTests(unittest.TestCase): def setUp(self): class C(object):