From 51fabb039dc08a7de59feffdd36e32f8001c771b Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 11 Sep 2010 19:44:11 -0400 Subject: Virtualenv's distutils is too tricky for pylint to understand. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7389143..fbdf071 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ else: use_setuptools() from setuptools import setup -from distutils.core import Extension +from distutils.core import Extension # pylint: disable-msg=E0611,F0401 # Get or massage our metadata. -- cgit v1.2.1