Updated from global requirements
Change-Id: Id9d305a3f189294f139402cdba3f93c0904907aa
This commit is contained in:
parent
6707af83c6
commit
a2f08e67ed
2
setup.py
2
setup.py
@ -20,7 +20,7 @@ import setuptools
|
|||||||
# setuptools if some other modules registered functions in `atexit`.
|
# setuptools if some other modules registered functions in `atexit`.
|
||||||
# solution from: http://bugs.python.org/issue15881#msg170215
|
# solution from: http://bugs.python.org/issue15881#msg170215
|
||||||
try:
|
try:
|
||||||
import multiprocessing # noqa: F401
|
import multiprocessing # noqa
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user