r5418 - trunk/wooly/python/wooly

tmckay at fedoraproject.org tmckay at fedoraproject.org
Mon Jun 18 21:16:29 UTC 2012


Author: tmckay
Date: 2012-06-18 21:16:28 +0000 (Mon, 18 Jun 2012)
New Revision: 5418

Modified:
   trunk/wooly/python/wooly/forms.py
Log:
There ought to be a blank line here.


Modified: trunk/wooly/python/wooly/forms.py
===================================================================
--- trunk/wooly/python/wooly/forms.py	2012-06-18 21:15:27 UTC (rev 5417)
+++ trunk/wooly/python/wooly/forms.py	2012-06-18 21:16:28 UTC (rev 5418)
@@ -152,6 +152,7 @@
     def get_message(self, session):
         title = self.widget.render_title(session)
         return "The '%s' field may not contain XML special characters" % title
+
 class EmptyInputError(FormError):
     def __init__(self):
         super(EmptyInputError, self).__init__("This value is required")



More information about the cumin-developers mailing list