[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/wfmc/zcml.txt Fixed indentation.

Benji York benji at zope.com
Mon Jan 24 14:25:19 EST 2005


Log message for revision 28946:
  Fixed indentation.

Changed:
  U   Zope3/trunk/src/zope/app/wfmc/zcml.txt

-=-
Modified: Zope3/trunk/src/zope/app/wfmc/zcml.txt
===================================================================
--- Zope3/trunk/src/zope/app/wfmc/zcml.txt	2005-01-24 19:20:41 UTC (rev 28945)
+++ Zope3/trunk/src/zope/app/wfmc/zcml.txt	2005-01-24 19:25:19 UTC (rev 28946)
@@ -6,11 +6,11 @@
     >>> import os
     >>> file_name = os.path.join(this_directory, 'publication.xpdl')
     >>> zcml("""
-    ...    <configure 
-    ...        xmlns="http://namespaces.zope.org/zope"
-    ...        xmlns:wfmc="http://namespaces.zope.com/wfmc"
-    ...        i18n_domain="test"
-    ...        >
+    ...     <configure 
+    ...         xmlns="http://namespaces.zope.org/zope"
+    ...         xmlns:wfmc="http://namespaces.zope.com/wfmc"
+    ...         i18n_domain="test"
+    ...         >
     ...
     ...         <wfmc:xpdl 
     ...             file="%(file_name)s" 
@@ -18,7 +18,7 @@
     ...             id="example.publication"
     ...             />
     ...
-    ...    </configure>
+    ...     </configure>
     ... """ % locals())
 
 Lets verify that they were configured::



More information about the Zope3-Checkins mailing list