Refactored session interface

This commit is contained in:
Armin Ronacher 2011-07-07 11:27:22 +02:00
parent 1a61b12dbf
commit 0fccfe711f
6 changed files with 59 additions and 49 deletions

View file

@ -27,7 +27,6 @@ from .ctx import has_request_context
from .module import Module
from .blueprints import Blueprint
from .templating import render_template, render_template_string
from .session import Session
# the signals
from .signals import signals_available, template_rendered, request_started, \