diff options
| author | arcadia-devtools <[email protected]> | 2022-03-03 17:14:48 +0300 | 
|---|---|---|
| committer | arcadia-devtools <[email protected]> | 2022-03-03 17:14:48 +0300 | 
| commit | 96015f265031dff57a3a8b3a70b5c097deff41bb (patch) | |
| tree | eceeea82f7b8926e66613a9e27916bfd9f9c0452 /contrib/python/ipython/py3/IPython/terminal | |
| parent | 809c8cd1eb0536e15a8b84feb92c8b87042cb81a (diff) | |
intermediate changes
ref:ac22a335bf0b52ff7f18a64a33cc4300ee0659de
Diffstat (limited to 'contrib/python/ipython/py3/IPython/terminal')
| -rw-r--r-- | contrib/python/ipython/py3/IPython/terminal/ipapp.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/contrib/python/ipython/py3/IPython/terminal/ipapp.py b/contrib/python/ipython/py3/IPython/terminal/ipapp.py index defe3e79fa8..b2b8d5f9648 100644 --- a/contrib/python/ipython/py3/IPython/terminal/ipapp.py +++ b/contrib/python/ipython/py3/IPython/terminal/ipapp.py @@ -25,6 +25,7 @@ from IPython.core.history import HistoryManager  from IPython.core.application import (      ProfileDir, BaseIPythonApplication, base_flags, base_aliases  ) +from IPython.core.magic import MagicsManager  from IPython.core.magics import (      ScriptMagics, LoggingMagics  ) @@ -200,6 +201,7 @@ class TerminalIPythonApp(BaseIPythonApplication, InteractiveShellApp):              self.__class__,      # it will also affect subclasses (e.g. QtConsole)              TerminalInteractiveShell,              HistoryManager, +            MagicsManager,              ProfileDir,              PlainTextFormatter,              IPCompleter, | 
