src/eric7/Plugins/WizardPlugins/EricPluginWizard/Templates.py

branch
eric7
changeset 9413
80c06d472826
parent 9221
bf71ee032bb4
child 9433
6df1aeaa4529
equal deleted inserted replaced
9412:45e7bb09c120 9413:80c06d472826
76 Public method to deactivate this plug-in. 76 Public method to deactivate this plug-in.
77 """ 77 """
78 pass 78 pass
79 {config3}''' 79 {config3}'''
80 80
81 configTemplate0 = """import Preferences 81 configTemplate0 = """from eric7 import Preferences
82 82
83 """ 83 """
84 84
85 configTemplate1 = '''def getConfigData(): 85 configTemplate1 = '''def getConfigData():
86 """ 86 """

eric ide

mercurial