Updated from global requirements

Change-Id: I4d06f36d03c9e74265c628686fabed601fe14c20
This commit is contained in:
OpenStack Proposal Bot 2016-05-03 15:58:36 +00:00
parent 8065a79cb9
commit e4505aa610
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import setuptools
# solution from: http://bugs.python.org/issue15881#msg170215
try:
import multiprocessing # noqa
except ImportError: # nosec : empty pass is expected behavior
except ImportError:
pass
setuptools.setup(