mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Remove redundant import
This commit is contained in:
parent
994b51e906
commit
6be424fdd6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 + ": ")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue