32 shortDescription = "Show the Syntax Checker dialog." |
32 shortDescription = "Show the Syntax Checker dialog." |
33 longDescription = """This plugin implements the Syntax Checker dialog.""" \ |
33 longDescription = """This plugin implements the Syntax Checker dialog.""" \ |
34 """ Syntax Checker is used to check Python source files for correct""" \ |
34 """ Syntax Checker is used to check Python source files for correct""" \ |
35 """ syntax.""" |
35 """ syntax.""" |
36 pyqtApi = 2 |
36 pyqtApi = 2 |
|
37 python2Compatible = True |
37 # End-Of-Header |
38 # End-Of-Header |
38 |
39 |
39 error = "" |
40 error = "" |
40 |
41 |
41 |
42 |