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/interfaces/system.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mailman/interfaces/system.py') diff --git a/src/mailman/interfaces/system.py b/src/mailman/interfaces/system.py index 39156315f..6fa791e56 100644 --- a/src/mailman/interfaces/system.py +++ b/src/mailman/interfaces/system.py @@ -27,8 +27,6 @@ __all__ = [ from zope.interface import Interface, Attribute -from mailman.core.i18n import _ - class ISystem(Interface): -- cgit v1.2.3-70-g09d2