Browse Source

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

pull/112/head
Armin Ronacher 15 years ago
parent
commit
27d28dcef4
  1. 1
      flask/__init__.py

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

Loading…
Cancel
Save