Adapted the import statements to the new structure. eric7 release-10.1.0

Mon, 24 Oct 2022 16:42:16 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 24 Oct 2022 16:42:16 +0200
branch
eric7
changeset 62
3d0bb45398c6
parent 61
6fc29f5292d3
child 63
b7b0f75d438f

Adapted the import statements to the new structure.

ChangeLog file | annotate | diff | comparison | revisions
PluginToolGenerateHash.py file | annotate | diff | comparison | revisions
PluginToolGenerateHash.zip file | annotate | diff | comparison | revisions
--- 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"
Binary file PluginToolGenerateHash.zip has changed

eric ide

mercurial