diff options
Diffstat (limited to 'Lib/smtplib.py')
-rwxr-xr-x | Lib/smtplib.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ class LMTP(SMTP): 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) |