eric6/Plugins/PluginVmListspace.py

branch
without_py2_and_pyqt4
changeset 7199
c71bd6f21748
parent 6942
2602857055c5
child 7229
53054eb5b15a
equal deleted inserted replaced
7198:684261ef2165 7199:c71bd6f21748
28 className = "VmListspacePlugin" 28 className = "VmListspacePlugin"
29 packageName = "__core__" 29 packageName = "__core__"
30 shortDescription = "Implements the Listspace view manager." 30 shortDescription = "Implements the Listspace view manager."
31 longDescription = """This plugin provides the listspace view manager.""" 31 longDescription = """This plugin provides the listspace view manager."""
32 pyqtApi = 2 32 pyqtApi = 2
33 python2Compatible = True
34 # End-Of-Header 33 # End-Of-Header
35 34
36 error = "" 35 error = ""
37 36
38 37

eric ide

mercurial