new pylons version requires explicit imports

git-svn-id: http://yolanda.mister-muffin.de/svn@391 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
erlehmann 2008-11-01 16:47:21 +00:00
parent e568361015
commit 9694e547fa

View file

@ -4,3 +4,6 @@ Consists of functions to typically be used within templates, but also
available to Controllers. This module is available to both as 'h'. available to Controllers. This module is available to both as 'h'.
""" """
from webhelpers import * from webhelpers import *
# between 0.9.6 and 0.9.7, some things are no longer imported by default
from routes import url_for