comparison: eric6/Plugins/PluginWizardEricPlugin.py
eric6/Plugins/PluginWizardEricPlugin.py
- branch
- without_py2_and_pyqt4
- changeset 7199
- c71bd6f21748
- parent 7192
- a22eee00b052
- child 7229
- 53054eb5b15a
equal
deleted
inserted
replaced
32 longDescription = \ |
32 longDescription = \ |
33 """This plug-in implements a wizard to generate code for""" \ |
33 """This plug-in implements a wizard to generate code for""" \ |
34 """ an eric plug-in main script file.""" |
34 """ an eric plug-in main script file.""" |
35 needsRestart = False |
35 needsRestart = False |
36 pyqtApi = 2 |
36 pyqtApi = 2 |
37 python2Compatible = True |
|
38 # End-of-Header |
37 # End-of-Header |
39 |
38 |
40 error = "" |
39 error = "" |
41 |
40 |
42 |
41 |