src/eric7/EricNetwork/EricSslUtilities.py

branch
eric7
changeset 9482
a2bc06a54d9d
parent 9470
34f2493c1d3f
child 9653
e67609152c5e
equal deleted inserted replaced
9481:0b936ff1bbb9 9482:a2bc06a54d9d
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 16 from PyQt6.QtNetwork import QSslConfiguration # __IGNORE_WARNING_I10__
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 blacklist = [ 21 blacklist = [

eric ide

mercurial