forked from pool/python
attributes on /usr/bin/ scripts (bsc#1227378). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=423
5 lines
68 B
Python
5 lines
68 B
Python
import ssl
|
|
|
|
def get_policy():
|
|
return ssl.create_default_context
|