Whitespace normalization.

This commit is contained in:
Tim Peters 2006-05-26 12:26:21 +00:00
parent 736123605c
commit fe98f9613b
1 changed files with 1 additions and 2 deletions

View File

@ -509,7 +509,6 @@ class PackBufferTestCase(unittest.TestCase):
def test_main():
test.test_support.run_unittest(PackBufferTestCase)
if __name__ == "__main__":
test_main()