@ -6,7 +6,7 @@
A microframework based on Werkzeug. It's extensively documented
and follows best practice patterns.
:copyright: (c) 2010 by Armin Ronacher.
:copyright: (c) 2011 by Armin Ronacher.
:license: BSD, see LICENSE for more details.
"""
@ -5,7 +5,7 @@
This module implements the central WSGI application object.
Implements the configuration related objects.
Implements the objects required to keep the context.
Defines all the global objects that are proxies to the current
active context.
Implements various helpers.
Implements the logging support for Flask.
Implements a class that represents module blueprints.
This module used to flask with the session global so we moved it
over to flask.sessions
Implements cookie based sessions based on Werkzeug's secure cookie
system.
Implements signals based on blinker if available, otherwise
falls silently back to a noop
signals_available = False
Implements the bridge to Jinja2.
import posixpath
Implements test support helpers. This module is lazily imported
and usually not used in production environments.
Implements the WSGI wrappers (request and response).