Plugins/PluginTabnanny.py

changeset 3180
2ed66f1e69fd
parent 3160
209a07d7e401
child 3190
a9a94491c4fd
equal deleted inserted replaced
3176:51feb6174cc2 3180:2ed66f1e69fd
20 # Start-Of-Header 20 # Start-Of-Header
21 name = "Tabnanny Plugin" 21 name = "Tabnanny Plugin"
22 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 22 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
23 autoactivate = True 23 autoactivate = True
24 deactivateable = True 24 deactivateable = True
25 version = "5.4.0" 25 version = "5.5.0"
26 className = "TabnannyPlugin" 26 className = "TabnannyPlugin"
27 packageName = "__core__" 27 packageName = "__core__"
28 shortDescription = "Show the Tabnanny dialog." 28 shortDescription = "Show the Tabnanny dialog."
29 longDescription = """This plugin implements the Tabnanny dialog.""" \ 29 longDescription = """This plugin implements the Tabnanny dialog.""" \
30 """ Tabnanny is used to check Python source files for correct""" \ 30 """ Tabnanny is used to check Python source files for correct""" \

eric ide

mercurial