From 3dfd23245be19ff95cf50fe93c428dabf2ff90e7 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 4 Jul 2013 18:04:20 -0400 Subject: Remove dead code in test_exceptions. --- Lib/test/test_exceptions.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Lib/test/test_exceptions.py b/Lib/test/test_exceptions.py index 2f39d4b..f0851bd 100644 --- a/Lib/test/test_exceptions.py +++ b/Lib/test/test_exceptions.py @@ -953,8 +953,5 @@ class ImportErrorTests(unittest.TestCase): self.assertEqual(str(arg), str(exc)) -def test_main(): - run_unittest(ExceptionTests, ImportErrorTests) - if __name__ == '__main__': unittest.main() -- cgit v0.12