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/mta/postfix.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/mailman/mta/postfix.py') diff --git a/src/mailman/mta/postfix.py b/src/mailman/mta/postfix.py index b0fdfb195..0c4604ae5 100644 --- a/src/mailman/mta/postfix.py +++ b/src/mailman/mta/postfix.py @@ -26,10 +26,6 @@ __all__ = [ import os -import grp -import pwd -import time -import errno import logging import datetime @@ -37,9 +33,7 @@ from locknix.lockfile import Lock from zope.component import getUtility from zope.interface import implements -from mailman import Utils from mailman.config import config -from mailman.core.i18n import _ from mailman.interfaces.listmanager import IListManager from mailman.interfaces.mta import IMailTransportAgentAliases -- cgit v1.2.3-70-g09d2