X-Git-Url: https://pwan.org/git/?p=certmaster.git;a=blobdiff_plain;f=certmaster%2FSSLCommon.py;h=5672a7f9af004354f2dc8ad03fdaabf04ae639df;hp=e93ff639fa8a0a58c5b01e7bf0d6c834ed00ee09;hb=d7a437a33c7767917fdc963953a39286a01db696;hpb=c6ee5a51e5bb21e578000855ebecc0620d069c7f diff --git a/certmaster/SSLCommon.py b/certmaster/SSLCommon.py index e93ff63..5672a7f 100644 --- a/certmaster/SSLCommon.py +++ b/certmaster/SSLCommon.py @@ -121,4 +121,3 @@ class HTTPS(httplib.HTTP): def __init__(self, host='', port=None, ssl_context=None, strict=None, timeout=None): self._setup(self._connection_class(host, port, ssl_context, strict, timeout)) -