| Trees | Index | Help |
|---|
| Package flumotion :: Package common :: Module package |
|
| 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 | |
|---|---|
I take a directory and return a list of candidate python end modules (i.e., non-package modules) for the given module prefix. | |
Packager
|
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.
|
getPackager()Return the (unique) packager.
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Sun Oct 26 16:39:17 2008 | http://epydoc.sf.net |