We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 281eb05 commit 2d3d2ebCopy full SHA for 2d3d2eb
7 files changed
bpython/__init__.py
@@ -27,5 +27,5 @@
27
28
29
def embed(locals_=None, args=['-i', '-q'], banner=None):
30
- from bpython.cli import main
+ from bpython.curtsies import main
31
return main(args, locals_, banner)
0 commit comments