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. This source code is protected by the GPL licensing scheme. Details regarding the GPL are available at http://www.gnu.org You may use and share it as long as you don't deny this right to anybody else.
Version: $Revision: 1.18 $
Author: K. Hilbert <Karsten.Hilbert@gmx.net>
License: GPL (details at http://www.gnu.org)
Functions | |||
|
|||
|
Variables | |
known_hooks =
|
|
hook_module = None
|
|
hook =
|
Imports: os, sys, stat, logging, gmDispatcher, gmTools
Variables Details |
known_hooks
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jan 10 03:55:51 2011 | http://epydoc.sourceforge.net |