Whitespace normalization.

This commit is contained in:
Tim Peters 2006-08-04 22:00:35 +00:00
parent f4152c3215
commit b1ccc4d409
1 changed files with 1 additions and 1 deletions

View File

@ -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)
###############################################################################