src/eric7/EricNetwork/EricSslUtilities.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
--- a/src/eric7/EricNetwork/EricSslUtilities.py	Mon Feb 24 15:11:18 2025 +0100
+++ b/src/eric7/EricNetwork/EricSslUtilities.py	Mon Feb 24 15:43:49 2025 +0100
@@ -13,7 +13,7 @@
     Function to initialize some global SSL stuff.
     """
     try:
-        from PyQt6.QtNetwork import QSslConfiguration  # __IGNORE_WARNING_I10__
+        from PyQt6.QtNetwork import QSslConfiguration  # __IGNORE_WARNING_I-10__
     except ImportError:
         # no SSL available, so there is nothing to initialize
         return

eric ide

mercurial