diff options
| author | Tim Peters <tim.peters@gmail.com> | 2006-08-04 22:00:35 (GMT) | 
|---|---|---|
| committer | Tim Peters <tim.peters@gmail.com> | 2006-08-04 22:00:35 (GMT) | 
| commit | b1ccc4d4092dfebf5117e21dee2d1a99b4827537 (patch) | |
| tree | 0194b7009a1d0386d7f12908d51e8042da0c00fc /Lib/test/test_compiler.py | |
| parent | f4152c3215ebe6efdb565f67f5b00c3c4c449356 (diff) | |
| download | cpython-b1ccc4d4092dfebf5117e21dee2d1a99b4827537.zip cpython-b1ccc4d4092dfebf5117e21dee2d1a99b4827537.tar.gz cpython-b1ccc4d4092dfebf5117e21dee2d1a99b4827537.tar.bz2  | |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_compiler.py')
| -rw-r--r-- | Lib/test/test_compiler.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_compiler.py b/Lib/test/test_compiler.py index 9dff71e..1efb6a6 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)  ###############################################################################  | 
