summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_file2k.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_file2k.py')
-rw-r--r--Lib/test/test_file2k.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_file2k.py b/Lib/test/test_file2k.py
index 5c2de37..d812927 100644
--- a/Lib/test/test_file2k.py
+++ b/Lib/test/test_file2k.py
@@ -8,7 +8,7 @@ from array import array
from weakref import proxy
from test import test_support
-from test.test_support import TESTFN, findfile, run_unittest
+from test.test_support import TESTFN, run_unittest
from UserList import UserList
class AutoFileTests(unittest.TestCase):