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

Mon, 24 Oct 2022 16:38:02 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 24 Oct 2022 16:38:02 +0200
branch
eric7
changeset 55
dbc20f5da446
parent 54
a29b5f01c2fa
child 56
7bfdcd0592b1

Adapted the import statements to the new structure.

ChangeLog file | annotate | diff | comparison | revisions
PluginSplitMergeCamelCase.py file | annotate | diff | comparison | revisions
PluginSplitMergeCamelCase.zip file | annotate | diff | comparison | revisions
--- a/ChangeLog	Wed Sep 21 11:24:09 2022 +0200
+++ b/ChangeLog	Mon Oct 24 16:38:02 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/PluginSplitMergeCamelCase.py	Wed Sep 21 11:24:09 2022 +0200
+++ b/PluginSplitMergeCamelCase.py	Mon Oct 24 16:38:02 2022 +0200
@@ -14,14 +14,14 @@
 from PyQt6.QtCore import QObject, QTranslator
 from PyQt6.QtWidgets import QMenu
 
-from EricWidgets.EricApplication import ericApp
+from eric7.EricWidgets.EricApplication import ericApp
 
 # Start-Of-Header
 name = "Camel Case Handling Plug-in"
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "10.0.0"
+version = "10.1.0"
 className = "SplitMergeCamelCasePlugin"
 packageName = "SplitMergeCamelCase"
 shortDescription = "Split, merge or convert camel/snake case text"
Binary file PluginSplitMergeCamelCase.zip has changed

eric ide

mercurial