summaryrefslogtreecommitdiff
path: root/mako/ext/turbogears.py
diff options
context:
space:
mode:
Diffstat (limited to 'mako/ext/turbogears.py')
-rw-r--r--mako/ext/turbogears.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mako/ext/turbogears.py b/mako/ext/turbogears.py
index a1e3ab8..a4179d0 100644
--- a/mako/ext/turbogears.py
+++ b/mako/ext/turbogears.py
@@ -26,7 +26,7 @@ class TGPlugin(object):
elif k in ['directories', 'filesystem_checks', 'module_directory']:
lookup_options[k] = v
self.lookup = TemplateLookup(**lookup_options)
-
+
self.tmpl_options = {}
# transfer lookup args to template args, based on those available
# in getargspec