##// END OF EJS Templates
remove empty __init_
Matthias Bussonnier -
Show More
@@ -360,9 +360,6 b' class ListTB(TBTools):'
360 Because they are meant to be called without a full traceback (only a
360 Because they are meant to be called without a full traceback (only a
361 list), instances of this class can't call the interactive pdb debugger."""
361 list), instances of this class can't call the interactive pdb debugger."""
362
362
363 def __init__(self, color_scheme='NoColor', call_pdb=False, ostream=None, parent=None, config=None):
364 TBTools.__init__(self, color_scheme=color_scheme, call_pdb=call_pdb,
365 ostream=ostream, parent=parent,config=config)
366
363
367 def __call__(self, etype, value, elist):
364 def __call__(self, etype, value, elist):
368 self.ostream.flush()
365 self.ostream.flush()
General Comments 0
You need to be logged in to leave comments. Login now