f235512d57
- Adding yapf diff to pep8 target - Adding yapf tox target to do actual format ** The rest of this PS contains formatted code only, no other changes Change-Id: Idfef60f53565add2d0cf65bb8e5b91072cf0aded
9 lines
147 B
Python
Executable File
9 lines
147 B
Python
Executable File
import setuptools
|
|
|
|
try:
|
|
import multiprocessing # noqa
|
|
except ImportError:
|
|
pass
|
|
|
|
setuptools.setup(setup_requires=['pbr>=2.0.0'], pbr=True)
|