Plugins/PluginAbout.py

branch
Py2 comp.
changeset 3523
8df1ab89e261
parent 3484
645c12de6b0c
child 3656
441956d8fce5
equal deleted inserted replaced
3520:bfcefbb1633c 3523:8df1ab89e261
27 className = "AboutPlugin" 27 className = "AboutPlugin"
28 packageName = "__core__" 28 packageName = "__core__"
29 shortDescription = "Show the About dialogs." 29 shortDescription = "Show the About dialogs."
30 longDescription = """This plugin shows the About dialogs.""" 30 longDescription = """This plugin shows the About dialogs."""
31 pyqtApi = 2 31 pyqtApi = 2
32 python2Compatible = True
32 # End-Of-Header 33 # End-Of-Header
33 34
34 error = "" 35 error = ""
35 36
36 37

eric ide

mercurial