From 9e34c047325651853a95f95e538582a4f6d5b7f6 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Fri, 26 Aug 2005 15:20:46 +0000 Subject: Whitespace normalization (via reindent.py). --- Lib/test/seq_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/seq_tests.py') diff --git a/Lib/test/seq_tests.py b/Lib/test/seq_tests.py index ae5bba3d6e..18fb3b786d 100644 --- a/Lib/test/seq_tests.py +++ b/Lib/test/seq_tests.py @@ -228,7 +228,7 @@ class CommonTest(unittest.TestCase): class StopCompares: def __eq__(self, other): raise DoNotTestEq - + checkfirst = self.type2test([1, StopCompares()]) self.assert_(1 in checkfirst) checklast = self.type2test([StopCompares(), 1]) -- cgit v1.2.1