Plugins/PluginTabnanny.py

branch
Py2 comp.
changeset 3523
8df1ab89e261
parent 3515
1b8381afe38f
child 3558
7f2bc8910d28
equal deleted inserted replaced
3520:bfcefbb1633c 3523:8df1ab89e261
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

eric ide

mercurial