From 84f57b6bda5469a7ed1f18ad1c7b167225326796 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 3 Sep 2014 18:31:30 +0200 Subject: [PATCH] Fixed a relative import --- flask/templating.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/templating.py b/flask/templating.py index 2c17064d..01ae7203 100644 --- a/flask/templating.py +++ b/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: