X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/e080215f07b8153ef01d6c840a4ba3a4bfc2d770..5837da26db915faca89925c39fa83202bfb84e32:/floof/lib/helpers.py?ds=sidebyside diff --git a/floof/lib/helpers.py b/floof/lib/helpers.py index 878b888..ff55eb6 100644 --- a/floof/lib/helpers.py +++ b/floof/lib/helpers.py @@ -5,3 +5,11 @@ available to Controllers. This module is available to templates as 'h'. """ # Import helpers as desired, or define your own, ie: #from webhelpers.html.tags import checkbox, password +from webhelpers import * +from routes import url_for, redirect_to + +from webhelpers.html.tags import * +from webhelpers.html import literal +from webhelpers.pylonslib import Flash +import sqlalchemy.types as types +flash = Flash()