diff options
-rw-r--r-- | Lib/test/test_imp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_imp.py b/Lib/test/test_imp.py index cd26b0a..22e25ba 100644 --- a/Lib/test/test_imp.py +++ b/Lib/test/test_imp.py @@ -1,7 +1,7 @@ import imp import unittest -from test_support import TestFailed, run_unittest +from test.test_support import TestFailed, run_unittest class ImpLock(unittest.TestCase): |