summaryrefslogtreecommitdiff
path: root/mako/ext/autohandler.py
diff options
context:
space:
mode:
Diffstat (limited to 'mako/ext/autohandler.py')
-rw-r--r--mako/ext/autohandler.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mako/ext/autohandler.py b/mako/ext/autohandler.py
index 2ca88e1..5e1474a 100644
--- a/mako/ext/autohandler.py
+++ b/mako/ext/autohandler.py
@@ -42,7 +42,7 @@ def autohandler(template, context, name='autohandler'):
if len(tokens) == 1:
break
tokens[-2:] = [name]
-
+
if not lookup.filesystem_checks:
return lookup._uri_cache.setdefault(
(autohandler, _template_uri, name), None)
@@ -56,4 +56,4 @@ def _file_exists(lookup, path):
return True
else:
return False
-
+