Package flumotion :: Package common :: Module package
[show private | hide private]
[frames | no frames]

Module flumotion.common.package

objects and functions used in dealing with packages
Classes
PackageHooks I am an import Hooks object that makes sure that every package that gets loaded has every necessary path in the module's __path__ list.
Packager I am an object through which package paths can be registered, to support the partitioning of the module import namespace across bundles.

Function Summary
  findEndModuleCandidates(path, prefix)
I take a directory and return a list of candidate python end modules (i.e., non-package modules) for the given module prefix.
Packager getPackager()
Return the (unique) packager.

Function Details

findEndModuleCandidates(path, prefix='flumotion')

I take a directory and return a list of candidate python end modules (i.e., non-package modules) for the given module prefix.
Parameters:
path - the path under which to search for end modules
           (type=string)
prefix - module prefix to check candidates under
           (type=string)

getPackager()

Return the (unique) packager.
Returns:
Packager

Generated by Epydoc 2.1 on Sat Apr 14 13:20:45 2007 http://epydoc.sf.net