--- a/Plugins/WizardPlugins/EricPluginWizard/Templates.py Sun Aug 26 15:03:20 2018 +0200 +++ b/Plugins/WizardPlugins/EricPluginWizard/Templates.py Sun Aug 26 15:54:51 2018 +0200 @@ -46,7 +46,6 @@ {modulesetup}\ {exeData}\ -{exeDataList}\ {apiFiles}\ {preview}\ {config1}\ @@ -177,6 +176,7 @@ "versionPosition": -1, "version": "", "versionCleanup": None, + "exeModule": None, } for exePath in ["exe1", "exe2"]: data["exe"] = exePath @@ -205,6 +205,26 @@ "versionPosition": -1, "version": "", "versionCleanup": None, + "exeModule": None, + } + + return data + + +''' + +exeDisplayDataInfoTemplate = '''def exeDisplayData(): + """ + Module function to support the display of some executable info. + + @return dictionary containing the data to be shown + @rtype dict + """ + data = { + "programEntry": False, + "header": "<translated header string>", + "text": "<translated entry string>", + "version": "", } return data