Browse Source

Fixed a relative import

pull/1172/head
Armin Ronacher 10 years ago
parent
commit
84f57b6bda
  1. 2
      flask/templating.py

2
flask/templating.py

@ -69,7 +69,7 @@ class DispatchingJinjaLoader(BaseLoader):
attempts.append((loader, srcobj, rv))
if explain:
from debughelpers import explain_template_loading_attempts
from .debughelpers import explain_template_loading_attempts
explain_template_loading_attempts(self.app, template, attempts)
if tmplrv is not None:

Loading…
Cancel
Save