mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
gh-118894: Make asyncio REPL use pyrepl (GH-119433)
This commit is contained in:
parent
f9d47fed9f
commit
2237946af0
7 changed files with 143 additions and 65 deletions
|
@ -6,7 +6,7 @@ from textwrap import dedent
|
|||
|
||||
from test.support import force_not_colorized
|
||||
|
||||
from _pyrepl.simple_interact import InteractiveColoredConsole
|
||||
from _pyrepl.console import InteractiveColoredConsole
|
||||
|
||||
|
||||
class TestSimpleInteract(unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue