Ben Nemec 394fbf4f04 Remove hard dep on eventlet
We don't want to force users of this library to pull in eventlet,
so conditionally import it in processutils and only use subprocess
from eventlet if the stdlib is monkey patched.  eventlet doesn't
monkey patch subprocess so we can't rely on it to do that for us.

Also uses sleep from the stdlib time module since it will be
monkey patched when eventlet is in use and the right version will
be used.

Change-Id: I0df528d5ad0d67d6bbc0e7c217ef2d7fa45cce9a
2014-10-03 23:30:43 +00:00
2014-10-03 23:30:43 +00:00
2014-08-07 22:27:31 +04:00
2014-09-30 15:03:48 +00:00
2014-10-03 23:30:43 +00:00
2014-09-09 04:32:55 +00:00

oslo.concurrency

oslo.concurrency library

Description
OpenStack library for all concurrency-related code
Readme 4.7 MiB
Languages
Python 100%