use url instead of url_for

This commit is contained in:
Jan Dittberner 2010-05-03 20:26:07 +02:00
parent f5f5e366ea
commit f5363a360c
5 changed files with 8 additions and 8 deletions

View file

@ -30,4 +30,4 @@ from webhelpers.html.tags import stylesheet_link, javascript_link, image, \
form, text, radio, submit, end_form, link_to
from webhelpers.text import truncate
from webhelpers.textile import textile
from routes import url_for
from pylons import url