Skip to content

Commit d43321e

Browse files
author
Serge Ballesta
committed
Fix an import error in test_i18n.py.
When merging main into multi_inputs, os_helper had errorneously removed from the import path.
1 parent 863bd97 commit d43321e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_tools/test_i18n.py

+1-1
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)