Fix a https url issue

Change-Id: I2d2794209620c823f0aef9549f8ee43aa4c91dff
This commit is contained in:
zhangzs 2018-02-09 09:36:19 +08:00
parent f3abe17356
commit b887ce4b8f

@ -18,7 +18,7 @@ import setuptools
# In python < 2.7.4, a lazy loading of package `pbr` will break
# setuptools if some other modules registered functions in `atexit`.
# solution from: http://bugs.python.org/issue15881#msg170215
# solution from: https://bugs.python.org/issue15881#msg170215
try:
import multiprocessing # noqa
except ImportError: