##// END OF EJS Templates
pager cleanup
ldufrechou -
Show More
@@ -569,9 +569,6 b' class WxIPythonViewPanel(wx.Panel):'
569 569
570 570 #---------------------------- IPython pager ---------------------------------------
571 571 def pager(self,text):#,start=0,screen_lines=0,pager_cmd = None):
572 if self.pager_state == 'WAITING':
573 #print >>sys.__stdout__,"PAGER waiting"
574 return
575 572
576 573 if self.pager_state == 'INIT':
577 574 #print >>sys.__stdout__,"PAGER state:",self.pager_state
General Comments 0
You need to be logged in to leave comments. Login now