mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26:53 +00:00
fixed the stdin, thanks to zeeg
This commit is contained in:
parent
c41011901f
commit
aaa14dc4e1
3 changed files with 22 additions and 4 deletions
2
setup.py
2
setup.py
|
|
@ -3,7 +3,7 @@ import sys
|
|||
ispy3 = sys.version_info[0] == 3
|
||||
|
||||
if ispy3:
|
||||
from distutils.core import setup
|
||||
from distutils.core import setup # NOQA
|
||||
else:
|
||||
try:
|
||||
from setuptools import setup # NOQA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue