From 90814a40b82e559ebfa999df2121ba2e8e32500f Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 8 Oct 2010 17:17:34 -0400 Subject: Fix the obvious errors identified by pyflakes. Skip false positives (mostly due to _() interpolation) and a few other problems that did not have immediately obvious fixes. --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e671d0821..aaa7a1814 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,6 @@ from distribute_setup import use_setuptools use_setuptools() -import os import re import sys -- cgit v1.2.3-70-g09d2