Fixed a bug, view_args not values

This commit is contained in:
Armin Ronacher 2011-05-29 20:05:39 +02:00
parent 4d6cd1a390
commit db28217574
2 changed files with 2 additions and 1 deletions

View file

@ -23,6 +23,7 @@ from .helpers import url_for, jsonify, json_available, flash, \
from .globals import current_app, g, request, session, _request_ctx_stack
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