Skip to content

Commit a1ac233

Browse files
Fix import
1 parent 575007b commit a1ac233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def interact(self, banner=None, exitmsg=None):
217217
a default message is printed.
218218
219219
"""
220-
from ._pyrepl.utils import DEFAULT_PS1, DEFAULT_PS2
220+
from _pyrepl.utils import DEFAULT_PS1, DEFAULT_PS2
221221
try:
222222
sys.ps1
223223
delete_ps1_after = False

0 commit comments

Comments
 (0)