Fix a https url issue
Change-Id: I2d2794209620c823f0aef9549f8ee43aa4c91dff
This commit is contained in:
parent
f3abe17356
commit
b887ce4b8f
2
setup.py
2
setup.py
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user