diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-11-20 22:27:25 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-11-20 22:27:25 +0000 |
| commit | 490dd13bfb0a186e1ce6ef1a5a3fde71c7d76108 (patch) | |
| tree | e74e5ff7898b01ccc09b6c326515164a696ed08c /examples | |
| parent | 395e690cd608300b8fb02a8cc07db428a0126ed6 (diff) | |
| download | external_python_mako-490dd13bfb0a186e1ce6ef1a5a3fde71c7d76108.tar.gz external_python_mako-490dd13bfb0a186e1ce6ef1a5a3fde71c7d76108.tar.bz2 external_python_mako-490dd13bfb0a186e1ce6ef1a5a3fde71c7d76108.zip | |
doc, etc
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/bench/basic.py | 2 | ||||
| -rw-r--r-- | examples/bench/mako/template.html | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/examples/bench/basic.py b/examples/bench/basic.py index 81c7c67..4072692 100644 --- a/examples/bench/basic.py +++ b/examples/bench/basic.py @@ -4,7 +4,7 @@ from StringIO import StringIO import sys import timeit -__all__ = ['myghty', 'django', 'kid', 'genshi', 'cheetah', 'mako'] +__all__ = ['mako', 'cheetah', 'django', 'myghty', 'genshi', 'kid'] def genshi(dirname, verbose=False): from genshi.template import TemplateLoader diff --git a/examples/bench/mako/template.html b/examples/bench/mako/template.html index 8717fcc..d861d54 100644 --- a/examples/bench/mako/template.html +++ b/examples/bench/mako/template.html @@ -13,7 +13,6 @@ <%include file="header.html"/> - ${greeting(user)} ${greeting('me')} ${greeting('world')} |
