flake8
This commit is contained in:
parent
210789a5fe
commit
a9549030f4
2 changed files with 3 additions and 1 deletions
|
@ -51,6 +51,7 @@ def _can_use_ssl_securely():
|
|||
v = sys.version_info
|
||||
return v > (3, 3) or ((2, 7, 9) < v < (3, 0))
|
||||
|
||||
|
||||
if _can_use_ssl_securely():
|
||||
import ssl
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue