comparison: eric6/Plugins/PluginWizardDotDesktop.py
eric6/Plugins/PluginWizardDotDesktop.py
- branch
- without_py2_and_pyqt4
- changeset 7199
- c71bd6f21748
- parent 6942
- 2602857055c5
- child 7229
- 53054eb5b15a
equal
deleted
inserted
replaced
30 longDescription = \ |
30 longDescription = \ |
31 """This plug-in implements a wizard to generate code for""" \ |
31 """This plug-in implements a wizard to generate code for""" \ |
32 """ a .desktop file.""" |
32 """ a .desktop file.""" |
33 needsRestart = False |
33 needsRestart = False |
34 pyqtApi = 2 |
34 pyqtApi = 2 |
35 python2Compatible = True |
|
36 # End-of-Header |
35 # End-of-Header |
37 |
36 |
38 error = "" |
37 error = "" |
39 |
38 |
40 |
39 |