##// END OF EJS Templates
Don't require HistoryManager to have a shell...
MinRK -
Show More
@@ -635,6 +635,7 b' class HistoryManager(HistoryAccessor):'
635 635 '_iii': self._iii,
636 636 new_i : self._i00 }
637 637
638 if self.shell is not None:
638 639 self.shell.push(to_main, interactive=False)
639 640
640 641 def store_output(self, line_num):
General Comments 0
You need to be logged in to leave comments. Login now