Added Session again to the public API because existing code might import it

This commit is contained in:
Armin Ronacher 2010-07-18 20:43:50 +02:00
parent 0d9b6347d6
commit 27d28dcef4

View file

@ -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, \