diff --git a/Lib/test/test_tools.py b/Lib/test/test_tools.py index 87a1ec8e6a3..bc2672d863c 100644 --- a/Lib/test/test_tools.py +++ b/Lib/test/test_tools.py @@ -124,7 +124,7 @@ class Gprof2htmlTests(unittest.TestCase): # Run the tests in Tools/parser/test_unparse.py with support.DirsOnSysPath(os.path.join(basepath, 'parser')): - from test_unparse import UnparseTestCase, DirectoryTestCase + from test_unparse import UnparseTestCase def test_main():