diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-10-28 23:15:22 -0700 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-10-28 23:15:22 -0700 |
commit | 860c8a404ae540e5db076b2ca9b0605c30728dd9 (patch) | |
tree | 26bcb263587ef6c36b05077efb59ef6dfcdeb56a /Lib/smtplib.py | |
parent | 2e0e18ba57ba4d8eb438734e2dc57bce0071f471 (diff) | |
parent | 669ff66c326a0e5e0bed0619b691725f76ac3d04 (diff) | |
download | cpython-git-860c8a404ae540e5db076b2ca9b0605c30728dd9.tar.gz |
merge 3.5 (#25502)
Diffstat (limited to 'Lib/smtplib.py')
-rwxr-xr-x | Lib/smtplib.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/smtplib.py b/Lib/smtplib.py index 4fe6aaf8e1..7e348757f3 100755 --- a/Lib/smtplib.py +++ b/Lib/smtplib.py @@ -1080,8 +1080,6 @@ class LMTP(SMTP): # Test the sendmail method, which tests most of the others. # Note: This always sends to localhost. if __name__ == '__main__': - import sys - def prompt(prompt): sys.stdout.write(prompt + ": ") sys.stdout.flush() |