commit | 0d4c06e06e5ee1f3bb1fa8068114bd700d74864a | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Wed Apr 25 06:30:05 2007 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Wed Apr 25 06:30:05 2007 +0000 |
tree | 021c8e11696fc29a41ddd9e853af42e6008a58f6 | |
parent | e47c508850392422ebbf15c86e7411b46addfcd0 [diff] [blame] |
Whitespace normalization. Ugh, we really need to do this more often. You might want to review this change as it's my first time. Be gentle. :-)
diff --git a/Lib/test/test_module.py b/Lib/test/test_module.py index 2c64dc9..cc8b192 100644 --- a/Lib/test/test_module.py +++ b/Lib/test/test_module.py
@@ -56,6 +56,6 @@ def test_main(): run_unittest(ModuleTests) - + if __name__ == '__main__': test_main()