summaryrefslogtreecommitdiff
path: root/Lib/smtpd.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-08-13 14:43:43 +0000
committerAndrew M. Kuchling <amk@amk.ca>2001-08-13 14:43:43 +0000
commite7abf97903b943a0e68d1d0cf513929e2d96a780 (patch)
treec5bc828219e4b903d26b6b562989d25ba608d849 /Lib/smtpd.py
parent6be424fdd6d6aeeb72e00bfda81ecaf67cdfa283 (diff)
downloadcpython-git-e7abf97903b943a0e68d1d0cf513929e2d96a780.tar.gz
Remove unused import (PyChecker)
Diffstat (limited to 'Lib/smtpd.py')
-rwxr-xr-xLib/smtpd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/smtpd.py b/Lib/smtpd.py
index fffc229519..a99f7c5a61 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