src/eric7/EricNetwork/EricSslUtilities.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
11 def initSSL(): 11 def initSSL():
12 """ 12 """
13 Function to initialize some global SSL stuff. 13 Function to initialize some global SSL stuff.
14 """ 14 """
15 try: 15 try:
16 from PyQt6.QtNetwork import QSslConfiguration # __IGNORE_WARNING_I10__ 16 from PyQt6.QtNetwork import QSslConfiguration # __IGNORE_WARNING_I-10__
17 except ImportError: 17 except ImportError:
18 # no SSL available, so there is nothing to initialize 18 # no SSL available, so there is nothing to initialize
19 return 19 return
20 20
21 blocklist = [ 21 blocklist = [

eric ide

mercurial