diff options
Diffstat (limited to 'Lib/test/test_lib2to3.py')
-rw-r--r-- | Lib/test/test_lib2to3.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_lib2to3.py b/Lib/test/test_lib2to3.py index 161b9dd..9bd4496 100644 --- a/Lib/test/test_lib2to3.py +++ b/Lib/test/test_lib2to3.py @@ -2,7 +2,7 @@ # because of running from lib2to3.tests import test_fixers, test_pytree, test_util import unittest -from test.test_support import run_unittest +from test.support import run_unittest def suite(): tests = unittest.TestSuite() |