##// END OF EJS Templates
add HistoryManager to class list...
MinRK -
Show More
@@ -38,6 +38,7 b' from IPython.core import usage'
38 from IPython.core.completer import IPCompleter
38 from IPython.core.completer import IPCompleter
39 from IPython.core.crashhandler import CrashHandler
39 from IPython.core.crashhandler import CrashHandler
40 from IPython.core.formatters import PlainTextFormatter
40 from IPython.core.formatters import PlainTextFormatter
41 from IPython.core.history import HistoryManager
41 from IPython.core.prompts import PromptManager
42 from IPython.core.prompts import PromptManager
42 from IPython.core.application import (
43 from IPython.core.application import (
43 ProfileDir, BaseIPythonApplication, base_flags, base_aliases
44 ProfileDir, BaseIPythonApplication, base_flags, base_aliases
@@ -207,6 +208,7 b' class TerminalIPythonApp(BaseIPythonApplication, InteractiveShellApp):'
207 self.__class__, # it will also affect subclasses (e.g. QtConsole)
208 self.__class__, # it will also affect subclasses (e.g. QtConsole)
208 TerminalInteractiveShell,
209 TerminalInteractiveShell,
209 PromptManager,
210 PromptManager,
211 HistoryManager,
210 ProfileDir,
212 ProfileDir,
211 PlainTextFormatter,
213 PlainTextFormatter,
212 IPCompleter,
214 IPCompleter,
General Comments 0
You need to be logged in to leave comments. Login now