diff -r 81f446717433 -r 273252fd0d99 PluginPrintRemover.py --- a/PluginPrintRemover.py Wed Sep 21 10:58:59 2022 +0200 +++ b/PluginPrintRemover.py Mon Oct 24 16:34:33 2022 +0200 @@ -14,16 +14,16 @@ from PyQt6.QtGui import QAction from PyQt6.QtWidgets import QMenu -from EricWidgets.EricApplication import ericApp +from eric7 import Preferences -import Preferences +from eric7.EricWidgets.EricApplication import ericApp # Start-Of-Header name = "Print Remover Plug-in" author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "10.0.0" +version = "10.1.0" className = "PrintRemoverPlugin" packageName = "PrintRemover" shortDescription = "Remove print() like debug statements."