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