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 """ eric5 variant is used to check against eric conventions.""" |
38 """ eric5 variant is used to check against eric conventions.""" |
39 pyqtApi = 2 |
39 pyqtApi = 2 |
|
40 python2Compatible = True |
40 # End-Of-Header |
41 # End-Of-Header |
41 |
42 |
42 |
43 |
43 error = "" |
44 error = "" |
44 |
45 |