--- 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"