Updated from global requirements

Change-Id: I1c7161d42e26554b29f711d26a27251f117c3744
This commit is contained in:
OpenStack Proposal Bot 2017-06-22 21:39:39 +00:00
parent 59bda97a7f
commit 4edb92ec26
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