fixed the stdin, thanks to zeeg

This commit is contained in:
Tarek Ziade 2012-07-27 11:52:37 +02:00
parent c41011901f
commit aaa14dc4e1
3 changed files with 22 additions and 4 deletions

View file

@ -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