Add SNI_SUPPORTED

This commit is contained in:
tigranl 2016-12-06 19:31:42 +03:00
parent 25ebf8948f
commit 91819b2c80

View file

@ -33,6 +33,7 @@ import six
MAX_FILENAME_LENGTH = 200
WINDOWS_MAGIC_PREFIX = u'\\\\?\\'
SNI_SUPPORTED = sys.version_info >= (2, 7, 9)
class HumanReadableException(Exception):