Skip to content

Commit 1834f70

Browse files
committed
Switch bpython.embed to curtsies (fixes bpython#484)
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 8f938eb commit 1834f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232

3333

3434
def embed(locals_=None, args=['-i', '-q'], banner=None):
35-
from bpython.cli import main
35+
from bpython.curtsies import main
3636
return main(args, locals_, banner)

0 commit comments

Comments
 (0)