# HG changeset patch # User Marcin Kuzminski # Date 2010-04-24 16:52:34 # Node ID 0bb9391bc287eb665533f362354c99a8aed3c7fa # Parent aec4c0071cb367393d68e3d49f089b83a580ba84 webhelpers update diff --git a/pylons_app/lib/helpers.py b/pylons_app/lib/helpers.py --- a/pylons_app/lib/helpers.py +++ b/pylons_app/lib/helpers.py @@ -12,11 +12,11 @@ from webhelpers.html.tags import (auto_d javascript_link, link_to, link_to_if, link_to_unless, ol, required_legend, select, stylesheet_link, - submit, text, password, textarea, title, ul, xml_declaration) + submit, text, password, textarea, title, + ul, xml_declaration) from webhelpers.text import (chop_at, collapse, convert_accented_entities, - convert_misc_characters, convert_misc_entities, - lchop, plural, rchop, remove_formatting, replace_whitespace, - urlify) + convert_misc_entities, lchop, plural, rchop, + remove_formatting, replace_whitespace, urlify) from webhelpers.pylonslib import Flash as _Flash from webhelpers.pylonslib.secure_form import secure_form