From f9adb85a13c808aec50746d8db37a642c9a266ed Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 23 Nov 2014 13:39:27 -0500 Subject: Clean up some pylint messages --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7139ce3..53ed2b1 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ import os, sys from setuptools import setup from distutils.core import Extension # pylint: disable=no-name-in-module,import-error -from distutils.command.build_ext import build_ext # pylint: disable=no-name-in-module +from distutils.command.build_ext import build_ext # pylint: disable=no-name-in-module, import-error from distutils import errors # pylint: disable=no-name-in-module # Get or massage our metadata. We exec coverage/version.py so we can avoid -- cgit v1.2.1