[Checkins] SVN: z3c.form/branches/adamg-missing-terms/src/z3c/form/interfaces.py forgot to add super

Adam Groszer cvs-admin at zope.org
Thu Sep 6 12:47:25 UTC 2012


Log message for revision 127750:
  forgot to add super

Changed:
  U   z3c.form/branches/adamg-missing-terms/src/z3c/form/interfaces.py

-=-
Modified: z3c.form/branches/adamg-missing-terms/src/z3c/form/interfaces.py
===================================================================
--- z3c.form/branches/adamg-missing-terms/src/z3c/form/interfaces.py	2012-09-06 10:14:19 UTC (rev 127749)
+++ z3c.form/branches/adamg-missing-terms/src/z3c/form/interfaces.py	2012-09-06 12:47:20 UTC (rev 127750)
@@ -1124,3 +1124,5 @@
         if self.context is not None:
             if self.query(self.context) == value:
                 return
+
+        super(ForgivingChoice, self)._validate(value)



More information about the checkins mailing list