Commit d9af18b4 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Remove unused import (PyChecker)

parent 640b6e33
......@@ -231,7 +231,6 @@ def _check(a,b):
def _test():
global debug
import sys
rp = RobotFileParser()
debug = 1
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment