This commit is contained in:
Kovid Goyal 2018-08-29 09:18:05 +05:30
parent 52cd03dd39
commit 8ccd911822
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -174,7 +174,6 @@ def simple_repl(user_ns={}):
def ipython(user_ns=None):
return simple_repl(user_ns=user_ns)
os.environ['IPYTHONDIR'] = ipydir
try:
from IPython.terminal.embed import InteractiveShellEmbed