eric6/Plugins/PluginTabnanny.py

branch
without_py2_and_pyqt4
changeset 7199
c71bd6f21748
parent 7178
43e994af5ee0
child 7229
53054eb5b15a
equal deleted inserted replaced
7198:684261ef2165 7199:c71bd6f21748
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

eric ide

mercurial