diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-08-08 01:05:14 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-08-08 01:05:14 +0000 |
commit | 9ca3f8551a3b3aede874fa926d82f1dd9fd41754 (patch) | |
tree | f85f6ef2eef5c8b4ce25540c2d877b98f389329f /Lib/test/test_compiler.py | |
parent | ec8c5a931136b61231b295f2aded8dc04035e9b7 (diff) | |
download | cpython-git-9ca3f8551a3b3aede874fa926d82f1dd9fd41754.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_compiler.py')
-rw-r--r-- | Lib/test/test_compiler.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/test_compiler.py b/Lib/test/test_compiler.py index fea68564ef..fc6fdf83d7 100644 --- a/Lib/test/test_compiler.py +++ b/Lib/test/test_compiler.py @@ -29,6 +29,3 @@ def test_main(): if __name__ == "__main__": test_main() - - - |