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