diff --git a/IPython/core/debugger.py b/IPython/core/debugger.py index e25faca..115e0aa 100644 --- a/IPython/core/debugger.py +++ b/IPython/core/debugger.py @@ -211,9 +211,6 @@ class Pdb(OldPdb, object): TerminalInteractiveShell self.shell = TerminalInteractiveShell.instance() - # This is icky, but I'm not currently sure how best to test if we're - # in a terminal shell using prompt_toolkit - self.aliases = {} # Create color table: we copy the default one from the traceback