vacca.default module

default.py.ini is a configuration file example of how to specify system-wide defaults for VaccaGUI

After copying it to default.py this configuration file determines the default, permanent, pre-defined options for the GUI; modify them to match your default gui options.

Every CONFIG file loaded by vaccagui will override those options redefined on it; use default.py for your common options and whatever.py for your in-place customization.


vacca.default.MENUS = []

MENUS = [(‘Tools’,[(‘Jive’,lambda:os.system(‘jive &’),None),])]