We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f938eb commit 1834f70Copy full SHA for 1834f70
bpython/__init__.py
@@ -32,5 +32,5 @@
32
33
34
def embed(locals_=None, args=['-i', '-q'], banner=None):
35
- from bpython.cli import main
+ from bpython.curtsies import main
36
return main(args, locals_, banner)
0 commit comments