Merge pull request #6062 from minrk/rm-2.1.11

Remove a sleep no longer needed with the current base zmq version
This commit is contained in:
Min RK 2014-06-28 11:15:14 -07:00
commit ba16f5ab0c

View File

@ -714,8 +714,6 @@ class NotebookApp(BaseIPythonApplication):
This doesn't work on Windows.
"""
# FIXME: remove this delay when pyzmq dependency is >= 2.1.11
time.sleep(0.1)
info = self.log.info
info('interrupted')
print(self.notebook_info())