From 3b8fb47fb07f1882233191d70a85546848baf596 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Mon, 17 Feb 2003 22:38:56 +0000 Subject: Import test_support properly --- Lib/test/test_imp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v0.12