Module loader
[show private | hide private]
[frames | no frames]

Module loader

loader co2's plugin loader. loads and initializes plugins, and on server exit calls their exit hooks so they can exit cleanly.
Classes
Loader Loader: the plugin loader class.

Exceptions
Co2LoaderError default loader error, raised whenever something bad happens here.

Function Summary
module object mod_import(dotted_name)
import a module with a dotted name.

Function Details

mod_import(dotted_name)

import a module with a dotted name. (taken from the python documentation, i think)
Parameters:
dotted_name - the name of the module to import
           (type=string (<package_name>.<module_name>))
Returns:
module with the specified name
           (type=module object)

Generated by Epydoc 1.1 on Thu Oct 16 16:37:22 2003 http://epydoc.sf.net