--- a/src/eric7/EricNetwork/EricSslUtilities.py Sun Nov 06 11:22:39 2022 +0100 +++ b/src/eric7/EricNetwork/EricSslUtilities.py Mon Nov 07 17:19:58 2022 +0100 @@ -13,7 +13,7 @@ Function to initialize some global SSL stuff. """ try: - from PyQt6.QtNetwork import QSslConfiguration + from PyQt6.QtNetwork import QSslConfiguration # __IGNORE_WARNING_I10__ except ImportError: # no SSL available, so there is nothing to initialize return