summaryrefslogtreecommitdiffstats
path: root/Lib/smtplib.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2007-03-12 18:07:52 (GMT)
committerTim Peters <tim.peters@gmail.com>2007-03-12 18:07:52 (GMT)
commitea5962f86e8550978446724dadcacd60e03feef2 (patch)
treea133c011e4a81da13347903bd8d99ef1e2ddf898 /Lib/smtplib.py
parentcb637c9ea341b5b1fe94eec78085d2851119161d (diff)
downloadcpython-ea5962f86e8550978446724dadcacd60e03feef2.zip
cpython-ea5962f86e8550978446724dadcacd60e03feef2.tar.gz
cpython-ea5962f86e8550978446724dadcacd60e03feef2.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/smtplib.py')
-rwxr-xr-xLib/smtplib.py2
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)