Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Commit

Permalink
Updated the string.Formatter templating engine to use the Engine base…
Browse files Browse the repository at this point in the history
… class to gain the benefit of template caching.
  • Loading branch information
Alice Bevan-McGregor committed Mar 18, 2010
1 parent 9613549 commit 97033b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -77,7 +77,7 @@
'marshal = alacarte.serialize.marshal_:render',

'sprintf = alacarte.template.sprintf:render',
'formatter = alacarte.template.formatter:render',
'formatter = alacarte.template.formatter:FormatterEngine',
'template = alacarte.template.template:render',

'genshi = alacarte.template.genshi_:Genshi',
Expand Down

0 comments on commit 97033b9

Please sign in to comment.