mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
0c07e73b48
commit
6f1dc3545f
@ -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 = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user