summaryrefslogtreecommitdiff
path: root/pystache
diff options
context:
space:
mode:
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):
"""