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:
parent
e568361015
commit
9694e547fa
1 changed files with 3 additions and 0 deletions
|
@ -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'.
|
||||
"""
|
||||
from webhelpers import *
|
||||
|
||||
# between 0.9.6 and 0.9.7, some things are no longer imported by default
|
||||
from routes import url_for
|
||||
|
|
Loading…
Reference in a new issue