Home | Trees | Indices | Help |
|
---|
|
GNUmed hooks framework. This module provides convenience functions and definitions for accessing the GNUmed hooks framework. This framework calls the script ~/.gnumed/scripts/hook_script.py at various times during client execution. The script must contain a function def run_script(hook=None): pass which accepts a single argument <hook>. That argument will contain the hook that is being activated.
Author: K. Hilbert <Karsten.Hilbert@gmx.net>
License: GPL v2 or later (details at http://www.gnu.org)
Functions | |||
|
|||
|
Variables | |
known_hooks =
|
|
hook_module = None
|
|
__package__ =
|
|
hook =
|
Imports: os, sys, stat, logging, gmDispatcher, gmTools
Variables Details |
known_hooks
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Aug 3 03:55:54 2013 | http://epydoc.sourceforge.net |