diff --git a/flask/__init__.py b/flask/__init__.py index 95497069..ee8508bc 100644 --- a/flask/__init__.py +++ b/flask/__init__.py @@ -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, \