[Checkins] SVN: z3c.wizard/trunk/src/z3c/wizard/README.txt removed commented out test code

Michael Howitz mh at gocept.com
Sat Dec 26 12:20:19 EST 2009


Log message for revision 107106:
  removed commented out test code
  

Changed:
  U   z3c.wizard/trunk/src/z3c/wizard/README.txt

-=-
Modified: z3c.wizard/trunk/src/z3c/wizard/README.txt
===================================================================
--- z3c.wizard/trunk/src/z3c/wizard/README.txt	2009-12-26 17:19:30 UTC (rev 107105)
+++ z3c.wizard/trunk/src/z3c/wizard/README.txt	2009-12-26 17:20:19 UTC (rev 107106)
@@ -28,14 +28,9 @@
 Form support
 ------------
 
-We need to setup the form defaults first:
+We need to load the formui configuration, which will make sure that
+all macros get registered correctly:
 
-  .. >>> from z3c.form.testing import setupFormDefaults
-  .. >>> setupFormDefaults()
-
-And load the formui configuration, which will make sure that all macros get
-registered correctly:
-
   >>> from zope.configuration import xmlconfig
   >>> import z3c.form
   >>> import z3c.formui



More information about the checkins mailing list