forked from orbit-oss/flask
Added Session again to the public API because existing code might import it
This commit is contained in:
parent
0d9b6347d6
commit
27d28dcef4
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ from .helpers import url_for, jsonify, json_available, flash, \
|
|||
from .globals import current_app, g, request, session, _request_ctx_stack
|
||||
from .module import Module
|
||||
from .templating import render_template, render_template_string
|
||||
from .session import Session
|
||||
|
||||
# the signals
|
||||
from .signals import signals_available, template_rendered, request_started, \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue