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  
Packager  

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.
  getPackager()

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)

Generated by Epydoc 2.1 on Tue Dec 20 15:33:10 2005 http://epydoc.sf.net