Skip to content

Commit f41875a

Browse files
committed
+ fix import
1 parent 39c632f commit f41875a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pyrepl/test_pyrepl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
from unittest.mock import patch
1212
from test.support import force_not_colorized
1313
from test.support import SHORT_TIMEOUT
14+
from test.support.import_helper import import_module
1415
from test.support.os_helper import unlink
1516

1617
from .support import (
@@ -20,7 +21,6 @@
2021
more_lines,
2122
multiline_input,
2223
code_to_events,
23-
import_module
2424
)
2525
from _pyrepl.console import Event
2626
from _pyrepl.readline import ReadlineAlikeReader, ReadlineConfig

0 commit comments

Comments
 (0)