diff -r cceb9aa09bbc -r 933b8fcd854f PluginRefactoringRope.py --- a/PluginRefactoringRope.py Mon Oct 17 16:45:55 2022 +0200 +++ b/PluginRefactoringRope.py Mon Oct 24 19:31:03 2022 +0200 @@ -12,17 +12,15 @@ from PyQt6.QtCore import Qt, QObject, QTranslator, QCoreApplication -from EricWidgets.EricApplication import ericApp - -import Preferences -import Utilities +from eric7 import Preferences, Utilities +from eric7.EricWidgets.EricApplication import ericApp # Start-Of-Header name = "Refactoring Rope Plugin" author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "10.3.0" +version = "10.4.0" className = "RefactoringRopePlugin" packageName = "RefactoringRope" internalPackages = "rope"