- fixed cache code to work with Beaker 1.0.1, which is now the required version of Beaker.
- removed unnecessary attributes from DefTemplate. - added ModuleTemplate class, which allows the construction of a Template given a Python module generated by a previous Template. This allows Python modules alone to be used as templates with no compilation step. Source code and template source are optional but allow error reporting to work correctly.
Showing
- CHANGES 9 additions, 0 deletionsCHANGES
- doc/build/genhtml.py 1 addition, 1 deletiondoc/build/genhtml.py
- lib/mako/cache.py 2 additions, 1 deletionlib/mako/cache.py
- lib/mako/template.py 53 additions, 13 deletionslib/mako/template.py
- setup.py 1 addition, 1 deletionsetup.py
- test/def.py 1 addition, 1 deletiontest/def.py
- test/template.py 37 additions, 1 deletiontest/template.py
Loading
Please register or sign in to comment