diff options
Diffstat (limited to 'Lib/test/test_struct.py')
-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() - |