forked from orbit-oss/flask
Switched to relative imports in the package
This commit is contained in:
parent
bca1acf1f3
commit
80eb6cfffc
6 changed files with 21 additions and 21 deletions
|
|
@ -10,7 +10,7 @@
|
|||
"""
|
||||
from jinja2 import BaseLoader, FileSystemLoader, TemplateNotFound
|
||||
|
||||
from flask.globals import _request_ctx_stack
|
||||
from .globals import _request_ctx_stack
|
||||
|
||||
|
||||
def _default_template_ctx_processor():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue