From 077d39eed98851e0232e208be832e4a77dee878c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 16 Mar 2011 20:32:41 -0400 Subject: Clean-ups --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5a39ad2c..3b4854cb 100644 --- a/setup.py +++ b/setup.py @@ -116,7 +116,7 @@ if sys.version_info >= (3, 0): # extension. Try it with, and if it fails, try it without. try: setup(**setup_args) -except: +except: # pylint: disable=W0702 if 'ext_modules' not in setup_args: raise msg = "Couldn't install with extension module, trying without it..." -- cgit v1.2.1