Skip to content

Commit

Permalink
Added Session again to the public API because existing code might imp…
Browse files Browse the repository at this point in the history
…ort it
  • Loading branch information
mitsuhiko committed Jul 18, 2010
1 parent 0d9b634 commit 27d28dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flask/__init__.py
Expand Up @@ -23,6 +23,7 @@
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, \
Expand Down

0 comments on commit 27d28dc

Please sign in to comment.