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