diff options
Diffstat (limited to 'Lib/test/test_module.py')
| -rw-r--r-- | Lib/test/test_module.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_module.py b/Lib/test/test_module.py index cc8b192..e0c7ec3 100644 --- a/Lib/test/test_module.py +++ b/Lib/test/test_module.py @@ -1,6 +1,6 @@  # Test the module type  import unittest -from test.test_support import verbose, run_unittest +from test.test_support import run_unittest  import sys  ModuleType = type(sys)  | 
