diff -r 6fc29f5292d3 -r 3d0bb45398c6 PluginToolGenerateHash.py --- 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"