PluginRefactoringRope.py

branch
eric7
changeset 396
933b8fcd854f
parent 394
b34f5dd3db27
child 400
7e5349b982ad
--- 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"

eric ide

mercurial