diff options
| author | Simeon Simeonov | 2015-04-19 15:59:10 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2015-04-19 15:59:10 +0200 |
| commit | ae9225cf2b731cc1fa5116d73ddef6945af79efd (patch) | |
| tree | 7088d3b6057bfb557180cb27432a31e502a5651c /beinc_poller.py | |
| parent | 34846014399f8756962051df02d251b91b65bb0c (diff) | |
Version 2.0rc1v2.0rc1
Diffstat (limited to 'beinc_poller.py')
| -rwxr-xr-x | beinc_poller.py | 3 |
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 | ||
| 96 | class BEINCCustomSafeTransport(xmlrpclib.Transport): | 96 | class 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) |
