| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-06-29 | - Use ``caller_package`` function instead of ``caller_module`` | Chris McDonough | |
| function within ``templating`` to avoid needing to name the caller module in resource overrides (actually match docs). - Make it possible to override templates stored directly in a module with templates in a subdirectory of the same module, stored directly within another module, or stored in a subdirectory of another module (actually match docs). | |||
| 2009-06-27 | - Use the ``pkg_resources`` API to locate template filenames instead | Chris McDonough | |
| of dead-reckoning using the ``os.path`` module. | |||
| 2009-06-18 | Add path module tests. | Chris McDonough | |
