package documentation

Module used during the Ganeti build process

Module shell_example_lexer Pygments lexer for our custom shell example sessions.
Module sphinx_ext Sphinx extension for building opcode documentation.

From __init__.py:

Function LoadModule Loads an external module by filename.
def LoadModule(filename):

Loads an external module by filename.

Use this function with caution. Python will always write the compiled source to a file named "${filename}c".

Parameters
filename:stringPath to module