##// END OF EJS Templates
Remove a sleep no longer needed with the current base zmq version
MinRK -
Show More
@@ -714,8 +714,6 b' class NotebookApp(BaseIPythonApplication):'
714 714
715 715 This doesn't work on Windows.
716 716 """
717 # FIXME: remove this delay when pyzmq dependency is >= 2.1.11
718 time.sleep(0.1)
719 717 info = self.log.info
720 718 info('interrupted')
721 719 print(self.notebook_info())
General Comments 0
You need to be logged in to leave comments. Login now