Skip to content

Commit 008ea27

Browse files
committed
Fix another import error.
In 2018, all imports came from the test.support package. They are now splitted among various subpackages.
1 parent 4390ede commit 008ea27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/test/test_tools/test_i18n.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
from test.support.script_helper import assert_python_ok, assert_python_failure
1111
from test.test_tools import skip_if_missing, toolsdir
12-
from test.support.os_helper import temp_cwd, temp_dir, unload, change_cwd
12+
from test.support.os_helper import temp_cwd, temp_dir, change_cwd
13+
from test.support.import_helper import unload
1314

1415

1516
skip_if_missing()

0 commit comments

Comments
 (0)