diff options
Diffstat (limited to 'Lib/test/test_warnings.py')
-rw-r--r-- | Lib/test/test_warnings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_warnings.py b/Lib/test/test_warnings.py index 283806f..5768a68 100644 --- a/Lib/test/test_warnings.py +++ b/Lib/test/test_warnings.py @@ -3,7 +3,7 @@ import os import unittest from test import test_support -import warning_tests +from test import warning_tests class TestModule(unittest.TestCase): def setUp(self): |