Fixed a relative import
This commit is contained in:
parent
bafc139810
commit
84f57b6bda
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ class DispatchingJinjaLoader(BaseLoader):
|
||||||
attempts.append((loader, srcobj, rv))
|
attempts.append((loader, srcobj, rv))
|
||||||
|
|
||||||
if explain:
|
if explain:
|
||||||
from debughelpers import explain_template_loading_attempts
|
from .debughelpers import explain_template_loading_attempts
|
||||||
explain_template_loading_attempts(self.app, template, attempts)
|
explain_template_loading_attempts(self.app, template, attempts)
|
||||||
|
|
||||||
if tmplrv is not None:
|
if tmplrv is not None:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue