commit | ea5962f86e8550978446724dadcacd60e03feef2 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Mar 12 18:07:52 2007 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Mar 12 18:07:52 2007 +0000 |
tree | a133c011e4a81da13347903bd8d99ef1e2ddf898 | |
parent | cb637c9ea341b5b1fe94eec78085d2851119161d [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/smtplib.py b/Lib/smtplib.py index 850c06a..4618671 100755 --- a/Lib/smtplib.py +++ b/Lib/smtplib.py
@@ -766,7 +766,7 @@ authentication, but your mileage might vary.""" ehlo_msg = "lhlo" - + def __init__(self, host = '', port = LMTP_PORT, local_hostname = None): """Initialize a new instance.""" SMTP.__init__(self, host, port, local_hostname)