mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
adding Pico server (editorial) separately from Premiera host
This commit is contained in:
parent
ea0afa0c3f
commit
eaa22dc082
192 changed files with 33575 additions and 32185 deletions
3
pype/vendor/requests/help.py
vendored
3
pype/vendor/requests/help.py
vendored
|
|
@ -89,8 +89,7 @@ def info():
|
|||
'version': getattr(idna, '__version__', ''),
|
||||
}
|
||||
|
||||
# OPENSSL_VERSION_NUMBER doesn't exist in the Python 2.6 ssl module.
|
||||
system_ssl = getattr(ssl, 'OPENSSL_VERSION_NUMBER', None)
|
||||
system_ssl = ssl.OPENSSL_VERSION_NUMBER
|
||||
system_ssl_info = {
|
||||
'version': '%x' % system_ssl if system_ssl is not None else ''
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue