adding Pico server (editorial) separately from Premiera host

This commit is contained in:
Jakub Jezek 2019-01-08 16:37:15 +01:00
parent ea0afa0c3f
commit eaa22dc082
192 changed files with 33575 additions and 32185 deletions

View file

@ -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 ''
}