Merge "Updated from global requirements"

This commit is contained in:
Jenkins 2016-05-03 19:43:26 +00:00 committed by Gerrit Code Review
commit f247217156

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(