Fixed a relative import

This commit is contained in:
Armin Ronacher 2014-09-03 18:31:30 +02:00
parent 98620f73ab
commit d0878c1137

View file

@ -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: