forked from orbit-oss/flask
Added a missing exposed import. This fixes #575
This commit is contained in:
parent
5b462dd382
commit
7f87091474
1 changed files with 2 additions and 1 deletions
|
|
@ -34,7 +34,8 @@ from .templating import render_template, render_template_string
|
||||||
|
|
||||||
# the signals
|
# the signals
|
||||||
from .signals import signals_available, template_rendered, request_started, \
|
from .signals import signals_available, template_rendered, request_started, \
|
||||||
request_finished, got_request_exception, request_tearing_down
|
request_finished, got_request_exception, request_tearing_down, \
|
||||||
|
appcontext_tearing_down
|
||||||
|
|
||||||
# only import json if it's available
|
# only import json if it's available
|
||||||
from .helpers import json
|
from .helpers import json
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue