From 9694e547fa876555b4ad0c29875f5f32228b503e Mon Sep 17 00:00:00 2001 From: erlehmann Date: Sat, 1 Nov 2008 16:47:21 +0000 Subject: [PATCH] new pylons version requires explicit imports git-svn-id: http://yolanda.mister-muffin.de/svn@391 7eef14d0-6ed0-489d-bf55-20463b2d70db --- trunk/yolanda/lib/helpers.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/trunk/yolanda/lib/helpers.py b/trunk/yolanda/lib/helpers.py index 0eb7c8f..bd34ba5 100644 --- a/trunk/yolanda/lib/helpers.py +++ b/trunk/yolanda/lib/helpers.py @@ -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