Kaydet (Commit) 6be424fd authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Remove redundant import

üst 994b51e9
......@@ -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 + ": ")
......
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