Plugins/PluginVmListspace.py

branch
Py2 comp.
changeset 3523
8df1ab89e261
parent 3484
645c12de6b0c
child 3656
441956d8fce5
equal deleted inserted replaced
3520:bfcefbb1633c 3523:8df1ab89e261
26 className = "VmListspacePlugin" 26 className = "VmListspacePlugin"
27 packageName = "__core__" 27 packageName = "__core__"
28 shortDescription = "Implements the Listspace view manager." 28 shortDescription = "Implements the Listspace view manager."
29 longDescription = """This plugin provides the listspace view manager.""" 29 longDescription = """This plugin provides the listspace view manager."""
30 pyqtApi = 2 30 pyqtApi = 2
31 python2Compatible = True
31 # End-Of-Header 32 # End-Of-Header
32 33
33 error = "" 34 error = ""
34 35
35 36

eric ide

mercurial