35 """ files for compliance to the code style conventions given in PEP-8.""" \ |
35 """ files for compliance to the code style conventions given in PEP-8.""" \ |
36 """ A PEP-257 checker is used to check Python source files for""" \ |
36 """ A PEP-257 checker is used to check Python source files for""" \ |
37 """ compliance to docstring conventions given in PEP-257 and an""" \ |
37 """ compliance to docstring conventions given in PEP-257 and an""" \ |
38 """ eric6 variant is used to check against eric conventions.""" |
38 """ eric6 variant is used to check against eric conventions.""" |
39 pyqtApi = 2 |
39 pyqtApi = 2 |
40 python2Compatible = True |
|
41 # End-Of-Header |
40 # End-Of-Header |
42 |
41 |
43 |
42 |
44 error = "" |
43 error = "" |
45 |
44 |