mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-15 16:49:52 +00:00
ignore warning on the import - fixes #9
This commit is contained in:
parent
0ac0cec20f
commit
3027204914
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -6,7 +6,7 @@ if ispy3:
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
from setuptools import setup
|
from setuptools import setup # NOQA
|
||||||
except ImportError:
|
except ImportError:
|
||||||
from distutils.core import setup # NOQA
|
from distutils.core import setup # NOQA
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue