diff options
Diffstat (limited to 'beinc_generic_client.py')
| -rwxr-xr-x | beinc_generic_client.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/beinc_generic_client.py b/beinc_generic_client.py index ae4762d..f90164d 100755 --- a/beinc_generic_client.py +++ b/beinc_generic_client.py | |||
| @@ -76,6 +76,9 @@ class BEINCCustomHTTPSConnection(httplib.HTTPConnection): | |||
| 76 | 76 | ||
| 77 | 77 | ||
| 78 | class BEINCCustomSafeTransport(xmlrpclib.Transport): | 78 | class BEINCCustomSafeTransport(xmlrpclib.Transport): |
| 79 | """ | ||
| 80 | Provides an alternative HTTPS transport for clients running on Python<2.7.9 | ||
| 81 | """ | ||
| 79 | 82 | ||
| 80 | def __init__(self, use_datetime=0, custom_ssl_options={}): | 83 | def __init__(self, use_datetime=0, custom_ssl_options={}): |
| 81 | xmlrpclib.Transport.__init__(self, use_datetime=use_datetime) | 84 | xmlrpclib.Transport.__init__(self, use_datetime=use_datetime) |
