diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-05-26 12:26:21 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-05-26 12:26:21 (GMT) |
commit | fe98f9613b875276c441add5972d547d7d19ba29 (patch) | |
tree | 8be6eed291935070ac544a3b97f50c23f6c225ab /Lib | |
parent | 736123605c29e5bf7cac7b3c39a61250f480824a (diff) | |
download | cpython-fe98f9613b875276c441add5972d547d7d19ba29.zip cpython-fe98f9613b875276c441add5972d547d7d19ba29.tar.gz cpython-fe98f9613b875276c441add5972d547d7d19ba29.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_struct.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/test/test_struct.py b/Lib/test/test_struct.py index 1420a08..59cace2 100644 --- a/Lib/test/test_struct.py +++ b/Lib/test/test_struct.py @@ -509,7 +509,6 @@ class PackBufferTestCase(unittest.TestCase): def test_main(): test.test_support.run_unittest(PackBufferTestCase) - + if __name__ == "__main__": test_main() - |