From a4a9413a52afe9960df41f3f71e6d3d1d0eddb32 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Sun, 6 May 2012 12:00:16 -0700 Subject: Added a TODO. --- pystache/renderengine.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pystache') diff --git a/pystache/renderengine.py b/pystache/renderengine.py index 4d69cd1..ef2c145 100644 --- a/pystache/renderengine.py +++ b/pystache/renderengine.py @@ -38,6 +38,10 @@ class RenderEngine(object): """ + # TODO: it would probably be better for the constructor to accept + # and set as an attribute a single RenderResolver instance + # that encapsulates the customizable aspects of converting + # strings and resolving partials and names from context. def __init__(self, literal=None, escape=None, resolve_context=None, resolve_partial=None): """ -- cgit v1.2.1