src/eric7/Plugins/PluginTranslator.py

branch
eric7
changeset 10069
435cc5875135
parent 10061
8bdad5699288
child 10417
c6011e501282
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
38 error = "" # noqa: U200 38 error = "" # noqa: U200
39 39
40 translatorPluginObject = None 40 translatorPluginObject = None
41 41
42 42
43 def createTranslatorPage(configDlg): 43 def createTranslatorPage(configDlg): # noqa: U100
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
48 @type ConfigurationWidget 48 @type ConfigurationWidget

eric ide

mercurial