]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - www/maps/maps/lib/helpers.py
Added the "maps" Pylons project.
[dead/census-tools.git] / www / maps / maps / lib / helpers.py
diff --git a/www/maps/maps/lib/helpers.py b/www/maps/maps/lib/helpers.py
new file mode 100644 (file)
index 0000000..630f1ba
--- /dev/null
@@ -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 *