Moved templating stuff into a separate module

This commit is contained in:
Armin Ronacher 2010-07-04 13:49:58 +02:00
parent a38dcd5e2b
commit a3c9494f67
4 changed files with 79 additions and 62 deletions

View file

@ -18,7 +18,7 @@ from jinja2 import Markup, escape
from flask.app import Flask, Request, Response
from flask.config import Config
from flask.helpers import url_for, jsonify, json_available, flash, send_file, \
get_flashed_messages, render_template, render_template, render_template_string, \
get_template_attribute, json
get_flashed_messages, get_template_attribute, json
from flask.globals import current_app, g, request, session, _request_ctx_stack
from flask.module import Module
from flask.templating import render_template, render_template_string