##// 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:

r4053:b45902e3
r4667:90e6e7af
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *