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. --- src/mailman/core/initialize.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mailman/core/initialize.py') diff --git a/src/mailman/core/initialize.py b/src/mailman/core/initialize.py index e55e97ee5..f64e267d7 100644 --- a/src/mailman/core/initialize.py +++ b/src/mailman/core/initialize.py @@ -37,7 +37,6 @@ __all__ = [ import os -import sys from pkg_resources import resource_string from zope.configuration import xmlconfig -- cgit v1.2.3-70-g09d2