Commit 17b27ff8 by Chris Jerdonek

Added a TODO regarding changing name of context variable to stack.

parent 5a94c93b
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment