Mon, 24 Oct 2022 16:17:54 +0200
Adapted the import statements to the new structure.
ChangeLog | file | annotate | diff | comparison | revisions | |
PluginColorString.py | file | annotate | diff | comparison | revisions | |
PluginColorString.zip | file | annotate | diff | comparison | revisions |
--- a/ChangeLog Wed Sep 21 11:10:49 2022 +0200 +++ b/ChangeLog Mon Oct 24 16:17:54 2022 +0200 @@ -1,5 +1,8 @@ ChangeLog --------- +Version 10.1.0 +- adapted the import statements to the new structure + Version 10.0.0: - first release of the eric7 variant
--- 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"