[Checkins] SVN: megrok.z3cform.wizard/trunk/src/megrok/z3cform/wizard/components.py Fixed wrong baseclass

Christian Klinger cklinger at novareto.de
Mon May 31 04:46:39 EDT 2010


Log message for revision 112873:
  Fixed wrong baseclass

Changed:
  U   megrok.z3cform.wizard/trunk/src/megrok/z3cform/wizard/components.py

-=-
Modified: megrok.z3cform.wizard/trunk/src/megrok/z3cform/wizard/components.py
===================================================================
--- megrok.z3cform.wizard/trunk/src/megrok/z3cform/wizard/components.py	2010-05-30 22:05:55 UTC (rev 112872)
+++ megrok.z3cform.wizard/trunk/src/megrok/z3cform/wizard/components.py	2010-05-31 08:46:39 UTC (rev 112873)
@@ -35,7 +35,7 @@
         return self.render()
 
 
-class PageStep(PageForm, BaseStep):
+class PageStep(PageForm, Step):
     """A Step for the Wizard renderd in an ILayout component
     """
 



More information about the checkins mailing list