Mon, 24 Oct 2022 16:42:16 +0200
Adapted the import statements to the new structure.
--- a/ChangeLog Wed Sep 21 11:03:37 2022 +0200 +++ b/ChangeLog Mon Oct 24 16:42:16 2022 +0200 @@ -1,5 +1,8 @@ ChangeLog --------- +Version 10.1.0 +- adapted the import statements to the new structure + Version 10.0.1: - bug fixes
--- a/PluginToolGenerateHash.py Wed Sep 21 11:03:37 2022 +0200 +++ b/PluginToolGenerateHash.py Mon Oct 24 16:42:16 2022 +0200 @@ -15,15 +15,15 @@ from PyQt6.QtGui import QAction from PyQt6.QtWidgets import QMenu -from EricWidgets.EricApplication import ericApp -from EricWidgets import EricFileDialog, EricMessageBox +from eric7.EricWidgets import EricFileDialog, EricMessageBox +from eric7.EricWidgets.EricApplication import ericApp # Start-Of-Header name = "Generate Hash Tool Plug-in" author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "10.0.1" +version = "10.1.0" className = "ToolGenerateHashPlugin" packageName = "ToolGenerateHash" shortDescription = "Generate a hash for a selectable file or directory"