summaryrefslogtreecommitdiff
path: root/jinja2/runtime.py
diff options
context:
space:
mode:
Diffstat (limited to 'jinja2/runtime.py')
-rw-r--r--jinja2/runtime.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jinja2/runtime.py b/jinja2/runtime.py
index 958ddfd..4f0f399 100644
--- a/jinja2/runtime.py
+++ b/jinja2/runtime.py
@@ -24,7 +24,7 @@ from jinja2._compat import imap, text_type, iteritems, \
__all__ = ['LoopContext', 'TemplateReference', 'Macro', 'Markup',
'TemplateRuntimeError', 'missing', 'concat', 'escape',
'markup_join', 'unicode_join', 'to_string', 'identity',
- 'TemplateNotFound']
+ 'make_overlay_resolve', 'TemplateNotFound']
#: the name of the function that is used to convert something into
#: a string. We can just use the text type here.