Spruced up UI a little bit.
[zzz-floof.git] / floof / lib / helpers.py
index 14f92d0..9fbfa7d 100644 (file)
@@ -12,7 +12,8 @@ from pylons import config, url
 
 # Scaffolding helper imports
 from webhelpers.html.tags import *
-from webhelpers.html import literal
+from webhelpers.html.tools import *
+from webhelpers.html import HTML, literal
 from webhelpers.pylonslib import Flash
 import sqlalchemy.types as types
 flash = Flash()