Plugins/PluginTabnanny.py

changeset 4535
ec12db87e8c0
parent 4503
d68dcbe1deb3
child 4631
5c1a96925da4
equal deleted inserted replaced
4529:6becda664299 4535:ec12db87e8c0
23 # Start-Of-Header 23 # Start-Of-Header
24 name = "Tabnanny Plugin" 24 name = "Tabnanny Plugin"
25 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 25 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
26 autoactivate = True 26 autoactivate = True
27 deactivateable = True 27 deactivateable = True
28 version = "6.1.0" 28 version = "6.2.0"
29 className = "TabnannyPlugin" 29 className = "TabnannyPlugin"
30 packageName = "__core__" 30 packageName = "__core__"
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""" \

eric ide

mercurial