Plugins/PluginTabnanny.py

changeset 3677
a53cf139293f
parent 3656
441956d8fce5
child 3987
57354896fd29
child 4022
f5f42921717e
equal deleted inserted replaced
3676:2f62b060a931 3677:a53cf139293f
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 = "5.5.0" 28 version = "6.0.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