summaryrefslogtreecommitdiff
path: root/mako/lookup.py
diff options
context:
space:
mode:
Diffstat (limited to 'mako/lookup.py')
-rw-r--r--mako/lookup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mako/lookup.py b/mako/lookup.py
index a8fd6c0..7450700 100644
--- a/mako/lookup.py
+++ b/mako/lookup.py
@@ -148,7 +148,7 @@ class TemplateLookup(TemplateCollection):
format_exceptions=False,
error_handler=None,
disable_unicode=False,
- output_encoding=None,
+ output_encoding='ascii',
encoding_errors='strict',
cache_type=None,
cache_dir=None, cache_url=None,