summaryrefslogtreecommitdiff
path: root/pystache
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-05-03 13:15:55 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-05-03 13:15:55 -0700
commit17b27ff85899eb794381dda231e71e08413ddd68 (patch)
tree352deb37b6a5db3fe696cf4f1d729e6e3b70086c /pystache
parent5a94c93b9ad263bf8497576ca4a5b8b0ca4cd581 (diff)
downloadpystache-17b27ff85899eb794381dda231e71e08413ddd68.tar.gz
Added a TODO regarding changing name of context variable to stack.
Diffstat (limited to 'pystache')
-rw-r--r--pystache/renderengine.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pystache/renderengine.py b/pystache/renderengine.py
index 46e1647..e1d57e4 100644
--- a/pystache/renderengine.py
+++ b/pystache/renderengine.py
@@ -64,6 +64,7 @@ class RenderEngine(object):
self.literal = literal
self.load_partial = load_partial
+ # TODO: rename context to stack throughout this module.
def _get_string_value(self, context, tag_name):
"""
Get a value from the given context as a basestring instance.