Show More
@@ -211,9 +211,6 b' class Pdb(OldPdb, object):' | |||
|
211 | 211 | TerminalInteractiveShell |
|
212 | 212 | self.shell = TerminalInteractiveShell.instance() |
|
213 | 213 | |
|
214 | # This is icky, but I'm not currently sure how best to test if we're | |
|
215 | # in a terminal shell using prompt_toolkit | |
|
216 | ||
|
217 | 214 | self.aliases = {} |
|
218 | 215 | |
|
219 | 216 | # Create color table: we copy the default one from the traceback |
General Comments 0
You need to be logged in to leave comments.
Login now