mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 12:03:13 +02:00
...
This commit is contained in:
parent
e94e7630fa
commit
19be8cd0c0
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@
|
|||
|
||||
from calibre import get_proxies
|
||||
from calibre.constants import ispy3
|
||||
# On OS X PROTOCOL_TLSv1_2 is not available because the SSL library shipped
|
||||
# with OS X is too old
|
||||
has_ssl_verify = sys.version_info[:3] > (2, 7, 8)
|
||||
|
||||
class HTTPError(ValueError):
|
||||
|
|
|
|||
Loading…
Reference in a new issue