Skip to content

Commit 4390ede

Browse files
committed
Fix an import error in test_i18n.py .
When merging main into multi_inputs, the reference to os_helper was erroneously removed.
1 parent 863bd97 commit 4390ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_tools/test_i18n.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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 import temp_cwd, temp_dir, unload, change_cwd
12+
from test.support.os_helper import temp_cwd, temp_dir, unload, change_cwd
1313

1414

1515
skip_if_missing()

0 commit comments

Comments
 (0)