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 """ |