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