This commit is contained in:
Kovid Goyal 2014-02-13 14:49:30 +05:30
parent 0c07e73b48
commit 6f1dc3545f

View File

@ -168,7 +168,7 @@ def ipython(user_ns=None):
if not user_ns: if not user_ns:
user_ns = defns user_ns = defns
else: else:
user_ns = defns.updatu(user_ns) user_ns = defns.update(user_ns)
c = Config() c = Config()
c.InteractiveShellApp.exec_lines = [ c.InteractiveShellApp.exec_lines = [