##// END OF EJS Templates
Added import time to IPython/parallel/apps/launcher.py...
Added import time to IPython/parallel/apps/launcher.py In a recent commit time.sleep(self.delay) was added to LocalEngineSetLauncher.start() and SSHEngineSetLauncher.start() but time was never imported causing ipcluster and anything that calls the engine launcher to fail. Added the import line

File last commit:

r415:4a5dcb15
r4667:90e6e7af
Show More
__init__.py
5 lines | 105 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
__all__ = ["simplegeneric"]