From d7bf974af4f5ddb2f1b0eee1c5bb8df5ceeb3d48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Thu, 21 Sep 2000 22:09:47 +0000 Subject: Indent _connection_class so that it becomes HTTPS._connection_class. --- Lib/httplib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/httplib.py b/Lib/httplib.py index 0688fa8..3856854 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): -- cgit v0.12