diff --git a/Lib/test/test_zipfile/test_path.py b/Lib/test/test_zipfile/test_path.py index 4593ddd..3c62e9a 100644 --- a/Lib/test/test_zipfile/test_path.py +++ b/Lib/test/test_zipfile/test_path.py @@ -6,7 +6,7 @@ import string import functools -from test.support import temp_dir +from test.support.os_helper import temp_dir # Poor man's technique to consume a (smallish) iterable.