From 6be424fdd6d6aeeb72e00bfda81ecaf67cdfa283 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Mon, 13 Aug 2001 14:41:39 +0000 Subject: Remove redundant import --- Lib/smtplib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/smtplib.py b/Lib/smtplib.py index 3d28b0d..61b733e 100755 --- a/Lib/smtplib.py +++ b/Lib/smtplib.py @@ -529,7 +529,7 @@ class SMTP: # Test the sendmail method, which tests most of the others. # Note: This always sends to localhost. if __name__ == '__main__': - import sys, rfc822 + import sys def prompt(prompt): sys.stdout.write(prompt + ": ") -- cgit v0.12