From: Andrew M. Kuchling Date: Mon, 13 Aug 2001 14:43:43 +0000 (+0000) Subject: Remove unused import (PyChecker) X-Git-Tag: v2.2a3~599 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7abf97903b943a0e68d1d0cf513929e2d96a780;p=thirdparty%2FPython%2Fcpython.git Remove unused import (PyChecker) --- diff --git a/Lib/robotparser.py b/Lib/robotparser.py index c5943d05ae05..724ec288da39 100644 --- a/Lib/robotparser.py +++ b/Lib/robotparser.py @@ -231,7 +231,6 @@ def _check(a,b): def _test(): global debug - import sys rp = RobotFileParser() debug = 1 diff --git a/Lib/smtpd.py b/Lib/smtpd.py index fffc2295194e..a99f7c5a6108 100755 --- a/Lib/smtpd.py +++ b/Lib/smtpd.py @@ -372,7 +372,6 @@ class PureProxy(SMTPServer): class MailmanProxy(PureProxy): def process_message(self, peer, mailfrom, rcpttos, data): from cStringIO import StringIO - import paths from Mailman import Utils from Mailman import Message from Mailman import MailList