summaryrefslogtreecommitdiff
path: root/Lib/smtplib.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-10-28 23:15:13 -0700
committerBenjamin Peterson <benjamin@python.org>2015-10-28 23:15:13 -0700
commit669ff66c326a0e5e0bed0619b691725f76ac3d04 (patch)
treedd640e983e89bb38fe1cda9c5af9e8c6d009d86f /Lib/smtplib.py
parentf8152c67f52874cd4aa63f1cb3e1216382f98057 (diff)
downloadcpython-git-669ff66c326a0e5e0bed0619b691725f76ac3d04.tar.gz
remove duplicated imports (closes #25502)
Diffstat (limited to 'Lib/smtplib.py')
-rwxr-xr-xLib/smtplib.py2
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()