src/eric7/eric7_post_install.py

branch
eric7
changeset 9482
a2bc06a54d9d
parent 9473
3f23dbf37dbe
child 9653
e67609152c5e
--- a/src/eric7/eric7_post_install.py	Sun Nov 06 11:22:39 2022 +0100
+++ b/src/eric7/eric7_post_install.py	Mon Nov 07 17:19:58 2022 +0100
@@ -67,7 +67,7 @@
     @rtype any
     """
     try:
-        import winreg
+        import winreg  # __IGNORE_WARNING_I10__
     except ImportError:
         return None
 
@@ -122,8 +122,8 @@
     @param iconPath path of the icon file
     @type str
     """
-    from pywintypes import com_error
-    from win32com.client import Dispatch
+    from pywintypes import com_error  # __IGNORE_WARNING_I102__
+    from win32com.client import Dispatch  # __IGNORE_WARNING_I102__
 
     with contextlib.suppress(com_error):
         shell = Dispatch("WScript.Shell")

eric ide

mercurial