summaryrefslogtreecommitdiff
path: root/pystache
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-05-06 12:00:16 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-05-06 12:00:16 -0700
commita4a9413a52afe9960df41f3f71e6d3d1d0eddb32 (patch)
treed6cc6c363565478197ea6c44e5c4149e98b4f770 /pystache
parent331a48d0984b37dafd07efb2f3883ab6fafb2b34 (diff)
downloadpystache-a4a9413a52afe9960df41f3f71e6d3d1d0eddb32.tar.gz
Added a TODO.
Diffstat (limited to 'pystache')
-rw-r--r--pystache/renderengine.py4
1 files changed, 4 insertions, 0 deletions
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):
"""