Added make_response

This commit is contained in:
Armin Ronacher 2010-07-17 11:36:16 +02:00
parent e20534dbf5
commit 6fc1492357
5 changed files with 65 additions and 1 deletions

View file

@ -19,7 +19,7 @@ from .app import Flask, Request, Response
from .config import Config
from .helpers import url_for, jsonify, json_available, flash, \
send_file, send_from_directory, get_flashed_messages, \
get_template_attribute
get_template_attribute, make_response
from .globals import current_app, g, request, session, _request_ctx_stack
from .module import Module
from .templating import render_template, render_template_string