From ae9225cf2b731cc1fa5116d73ddef6945af79efd Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Sun, 19 Apr 2015 15:59:10 +0200 Subject: Version 2.0rc1 --- beinc_poller.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'beinc_poller.py') diff --git a/beinc_poller.py b/beinc_poller.py index d4eb1e5..31d1a37 100755 --- a/beinc_poller.py +++ b/beinc_poller.py @@ -94,6 +94,9 @@ class BEINCCustomHTTPSConnection(httplib.HTTPConnection): class BEINCCustomSafeTransport(xmlrpclib.Transport): + """ + Provides an alternative HTTPS transport for clients running on Python<2.7.9 + """ def __init__(self, use_datetime=0, custom_ssl_options={}): xmlrpclib.Transport.__init__(self, use_datetime=use_datetime) -- cgit v1.3