PluginSelectionEncloser.py

branch
eric7
changeset 56
2ca258eb5859
parent 55
ccddc623f3c1
child 58
b096205d8358
diff -r ccddc623f3c1 -r 2ca258eb5859 PluginSelectionEncloser.py
--- a/PluginSelectionEncloser.py	Wed Sep 21 10:48:59 2022 +0200
+++ b/PluginSelectionEncloser.py	Mon Oct 24 16:08:20 2022 +0200
@@ -15,16 +15,16 @@
 from PyQt6.QtGui import QAction
 from PyQt6.QtWidgets import QMenu
 
-from EricWidgets.EricApplication import ericApp
+from eric7.EricWidgets.EricApplication import ericApp
 
-import Preferences
+from eric7 import Preferences
 
 # Start-Of-Header
 name = "Selection Encloser Plug-in"
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "10.0.0"
+version = "10.1.0"
 className = "SelectionEncloserPlugin"
 packageName = "SelectionEncloser"
 shortDescription = "Enclose the selection with a string."

eric ide

mercurial