Remove unused import (PyChecker)
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 13 Aug 2001 14:43:43 +0000 (14:43 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 13 Aug 2001 14:43:43 +0000 (14:43 +0000)
Lib/robotparser.py
Lib/smtpd.py

index c5943d05ae05f25bf2e263515b6b41a44e8228ec..724ec288da39f3fc21f20a176addbd2ce3a0ce4f 100644 (file)
@@ -231,7 +231,6 @@ def _check(a,b):
 
 def _test():
     global debug
-    import sys
     rp = RobotFileParser()
     debug = 1
 
index fffc2295194ef6bb0636b3d5627d33520fb05644..a99f7c5a6108a4a2d4516f9b943d99af2d86abb1 100755 (executable)
@@ -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