Whitespace normalization.

This commit is contained in:
Tim Peters 2005-04-20 17:45:13 +00:00
parent c8d907c60b
commit e890682e52
3 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@ class CompilerTest(unittest.TestCase):
def testNewClassSyntax(self):
compiler.compile("class foo():pass\n\n","<string>","exec")
def testLineNo(self):
# Test that all nodes except Module have a correct lineno attribute.
filename = __file__