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