sugar-toolkit-gtk3/shell/console/plugins/memphis_init/__init__.py

16 lines
380 B
Python
Raw Normal View History

2006-11-16 13:09:07 +01:00
import info
INTERNALS = {
'PLGNAME': "memphis",
'TABNAME': None,
'AUTHOR': "Eduardo Silva",
'DESC': "Print basic process information",
# Plugin API
'Plg': None, # Plugin object
# Top process view requirements
'top_data': [int, str, str], # Top data types needed by memphis core plugin
'top_cols': ["PID", "Process Name", "Status"] # Column names
}