##// END OF EJS Templates
ipdb: fix formatting in terminal.debugger
Blazej Michalik -
Show More
@@ -42,8 +42,7 b' class TerminalPdb(Pdb):'
42 compl = IPCompleter(shell=self.shell,
42 compl = IPCompleter(shell=self.shell,
43 namespace={},
43 namespace={},
44 global_namespace={},
44 global_namespace={},
45 parent=self.shell,
45 parent=self.shell)
46 )
47 # add a completer for all the do_ methods
46 # add a completer for all the do_ methods
48 methods_names = [m[3:] for m in dir(self) if m.startswith("do_")]
47 methods_names = [m[3:] for m in dir(self) if m.startswith("do_")]
49
48
General Comments 0
You need to be logged in to leave comments. Login now