diff -r bffa1e754fdb -r bd9f89d3bf8b PluginExtensionCorba.py --- a/PluginExtensionCorba.py Mon Oct 30 08:58:03 2023 +0100 +++ b/PluginExtensionCorba.py Mon Dec 11 10:55:39 2023 +0100 @@ -23,7 +23,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "10.1.7" +version = "10.1.8" className = "CorbaExtensionPlugin" packageName = "ExtensionCorba" shortDescription = "Support for the development of CORBA projects" @@ -114,7 +114,7 @@ @return reference to the configuration page @rtype CorbaPage """ - from ExtensionCorba.ConfigurationPage.CorbaPage import CorbaPage + from ExtensionCorba.ConfigurationPage.CorbaPage import CorbaPage # noqa: I102 global corbaExtensionPluginObject @@ -284,7 +284,7 @@ @return reference to the instanciated lexer object @rtype QsciLexer """ - from ExtensionCorba.LexerIDL import LexerIDL + from ExtensionCorba.LexerIDL import LexerIDL # noqa: I102 return LexerIDL(parent=parent)