From: Martin v. Löwis Date: Thu, 21 Sep 2000 22:09:47 +0000 (+0000) Subject: Indent _connection_class so that it becomes HTTPS._connection_class. X-Git-Tag: v2.0b2~145 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7bf974af4f5ddb2f1b0eee1c5bb8df5ceeb3d48;p=thirdparty%2FPython%2Fcpython.git Indent _connection_class so that it becomes HTTPS._connection_class. --- diff --git a/Lib/httplib.py b/Lib/httplib.py index 0688fa85437c..3856854127b2 100644 --- a/Lib/httplib.py +++ b/Lib/httplib.py @@ -711,7 +711,7 @@ if hasattr(socket, 'ssl'): https. """ - _connection_class = HTTPSConnection + _connection_class = HTTPSConnection class HTTPException(Exception):