changeset 94:0bb9391bc287

webhelpers update
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 24 Apr 2010 16:52:34 +0200
parents aec4c0071cb3
children a214462101d2
files pylons_app/lib/helpers.py
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/pylons_app/lib/helpers.py	Wed Apr 21 00:26:11 2010 +0200
+++ b/pylons_app/lib/helpers.py	Sat Apr 24 16:52:34 2010 +0200
@@ -12,11 +12,11 @@
                                   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