upgrade result page to Pylons 0.10

This commit is contained in:
Jan Dittberner 2010-04-18 21:14:04 +02:00
parent 0b3373da0e
commit 39fb201f84
3 changed files with 14 additions and 8 deletions

View file

@ -27,5 +27,7 @@ available to Controllers. This module is available to templates as 'h'.
"""
from webhelpers.html.builder import escape, literal
from webhelpers.html.tags import stylesheet_link, javascript_link, image, \
form, text, radio, submit, end_form
form, text, radio, submit, end_form, link_to
from webhelpers.text import truncate
from webhelpers.textile import textile
from routes import url_for