summaryrefslogtreecommitdiff
path: root/mako/lookup.py
diff options
context:
space:
mode:
Diffstat (limited to 'mako/lookup.py')
-rw-r--r--mako/lookup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mako/lookup.py b/mako/lookup.py
index c2fb034..e35fe10 100644
--- a/mako/lookup.py
+++ b/mako/lookup.py
@@ -191,6 +191,7 @@ class TemplateLookup(TemplateCollection):
'disable_unicode':disable_unicode,
'bytestring_passthrough':bytestring_passthrough,
'output_encoding':output_encoding,
+ 'cache_impl':cache_impl,
'encoding_errors':encoding_errors,
'input_encoding':input_encoding,
'module_directory':module_directory,