Updated from global requirements

Change-Id: Id9d305a3f189294f139402cdba3f93c0904907aa
This commit is contained in:
OpenStack Proposal Bot 2017-05-30 13:34:43 +00:00
parent 6707af83c6
commit a2f08e67ed
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import setuptools
# setuptools if some other modules registered functions in `atexit`.
# solution from: http://bugs.python.org/issue15881#msg170215
try:
import multiprocessing # noqa: F401
import multiprocessing # noqa
except ImportError:
pass