38 error = "" # noqa: U200 |
38 error = "" # noqa: U200 |
39 |
39 |
40 translatorPluginObject = None |
40 translatorPluginObject = None |
41 |
41 |
42 |
42 |
43 def createTranslatorPage(configDlg): # noqa: U100 |
43 def createTranslatorPage(_configDlg): |
44 """ |
44 """ |
45 Module function to create the Translator configuration page. |
45 Module function to create the Translator configuration page. |
46 |
46 |
47 @param configDlg reference to the configuration dialog |
47 @param _configDlg reference to the configuration dialog (unused) |
48 @type ConfigurationWidget |
48 @type ConfigurationWidget |
49 @return reference to the configuration page |
49 @return reference to the configuration page |
50 @rtype TranslatorPage |
50 @rtype TranslatorPage |
51 """ |
51 """ |
52 from eric7.Plugins.UiExtensionPlugins.Translator.ConfigurationPage import ( |
52 from eric7.Plugins.UiExtensionPlugins.Translator.ConfigurationPage import ( |