PluginColorString.py

branch
eric7
changeset 58
80dfe684353a
parent 57
b633598e2e67
child 60
c3b4907111e7
--- a/PluginColorString.py	Wed Sep 21 11:10:49 2022 +0200
+++ b/PluginColorString.py	Mon Oct 24 16:17:54 2022 +0200
@@ -14,15 +14,15 @@
 from PyQt6.QtGui import QColor
 from PyQt6.QtWidgets import QColorDialog, QMenu, QDialog
 
-from EricWidgets.EricApplication import ericApp
-from EricWidgets import EricMessageBox
+from eric7.EricWidgets import EricMessageBox
+from eric7.EricWidgets.EricApplication import ericApp
 
 # Start-Of-Header
 name = "Color String Plug-in"
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "10.0.0"
+version = "10.1.0"
 className = "ColorStringPlugin"
 packageName = "ColorString"
 shortDescription = "Insert color as string"

eric ide

mercurial