summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xLib/smtplib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/smtplib.py b/Lib/smtplib.py
index 3d28b0d566..61b733e58f 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 + ": ")