From: Tim Peters Date: Fri, 4 Aug 2006 22:00:35 +0000 (+0000) Subject: Whitespace normalization. X-Git-Tag: v2.5c1~138 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1ccc4d4092dfebf5117e21dee2d1a99b4827537;p=thirdparty%2FPython%2Fcpython.git Whitespace normalization. --- diff --git a/Lib/test/test_compiler.py b/Lib/test/test_compiler.py index 9dff71e299c0..1efb6a620fd6 100644 --- a/Lib/test/test_compiler.py +++ b/Lib/test/test_compiler.py @@ -116,7 +116,7 @@ class CompilerTest(unittest.TestCase): exec c in dct self.assertEquals(dct.get('result'), 3) - + NOLINENO = (compiler.ast.Module, compiler.ast.Stmt, compiler.ast.Discard) ###############################################################################