kiwi.environ module documentationkiwi
Environment helpers: path mangling and resource management
| Class | Environment | Environment control |
| Class | Library | A Library is a local environment object, it's a subclass of the Environment class. It's used by libraries and applications (through the Application class) |
| Class | Application | Application extends a Library. It's meant to be
used by applications |
| Function | require_gazpacho | Undocumented |
| Function | is_gazpacho_required | Undocumented |
| Function | _is_frozen | Helper function to check if we're frozen in a py2exe'd file |