X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=www%2Fmaps%2Fmaps%2Flib%2Fhelpers.py;fp=www%2Fmaps%2Fmaps%2Flib%2Fhelpers.py;h=630f1ba3ac315f8c8e6789f3dfdf393765dff824;hb=5485afbd4da2182072ef9756c65137729bf1eee5;hp=0000000000000000000000000000000000000000;hpb=a5341c314815ed4df97e2b0f94d05322660052cf;p=dead%2Fcensus-tools.git diff --git a/www/maps/maps/lib/helpers.py b/www/maps/maps/lib/helpers.py new file mode 100644 index 0000000..630f1ba --- /dev/null +++ b/www/maps/maps/lib/helpers.py @@ -0,0 +1,8 @@ +"""Helper functions + +Consists of functions to typically be used within templates, but also +available to Controllers. This module is available to templates as 'h'. +""" +# Import helpers as desired, or define your own, ie: +from webhelpers.html import literal +from webhelpers.html.tags import *