commit | 3b8fb47fb07f1882233191d70a85546848baf596 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Mon Feb 17 22:38:56 2003 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Feb 17 22:38:56 2003 +0000 |
tree | 7561d09be2a7652b391ba853d8e724e4283bc6ee | |
parent | 003eb3088283927e3155f2e2317d3d516edd9645 [diff] [blame] |
Import test_support properly
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):