##// END OF EJS Templates
Disabled "command:" output
ldufrechou -
Show More
@@ -547,7 +547,7 b' class WxIPythonViewPanel(wx.Panel):'
547 self.doExecuteLine(self.text_ctrl.getCurrentLine())
547 self.doExecuteLine(self.text_ctrl.getCurrentLine())
548
548
549 def doExecuteLine(self,line):
549 def doExecuteLine(self,line):
550 print >>sys.__stdout__,"command:",line
550 #print >>sys.__stdout__,"command:",line
551 self.IP.doExecute(line.replace('\t',' '*4))
551 self.IP.doExecute(line.replace('\t',' '*4))
552 self.updateHistoryTracker(self.text_ctrl.getCurrentLine())
552 self.updateHistoryTracker(self.text_ctrl.getCurrentLine())
553 self.cur_state = 'WAIT_END_OF_EXECUTION'
553 self.cur_state = 'WAIT_END_OF_EXECUTION'
General Comments 0
You need to be logged in to leave comments. Login now