summaryrefslogtreecommitdiff
path: root/beinc_poller.py
diff options
context:
space:
mode:
Diffstat (limited to 'beinc_poller.py')
-rwxr-xr-xbeinc_poller.py3
1 files changed, 3 insertions, 0 deletions
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):
94 94
95 95
96class BEINCCustomSafeTransport(xmlrpclib.Transport): 96class BEINCCustomSafeTransport(xmlrpclib.Transport):
97 """
98 Provides an alternative HTTPS transport for clients running on Python<2.7.9
99 """
97 100
98 def __init__(self, use_datetime=0, custom_ssl_options={}): 101 def __init__(self, use_datetime=0, custom_ssl_options={}):
99 xmlrpclib.Transport.__init__(self, use_datetime=use_datetime) 102 xmlrpclib.Transport.__init__(self, use_datetime=use_datetime)