ignore warning on the import - fixes #9

This commit is contained in:
Tarek Ziade 2012-02-21 09:47:05 +01:00
parent 0ac0cec20f
commit 3027204914

View file

@ -6,7 +6,7 @@ if ispy3:
from distutils.core import setup
else:
try:
from setuptools import setup
from setuptools import setup # NOQA
except ImportError:
from distutils.core import setup # NOQA