]> granicus.if.org Git - python/commitdiff
Import test_support properly
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 17 Feb 2003 22:38:56 +0000 (22:38 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 17 Feb 2003 22:38:56 +0000 (22:38 +0000)
Lib/test/test_imp.py

index cd26b0a79597839e81d75765213710e7b7c9ecca..22e25ba5ec57f928ee3eaff3c667b0e5580064f4 100644 (file)
@@ -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):