[Zope3-checkins] CVS: Zope3/src/zope/app/component/tests - module.py:1.4

Martijn Faassen m.faassen at vet.uu.nl
Fri Aug 22 17:02:43 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/component/tests
In directory cvs.zope.org:/tmp/cvs-serv25533/zope/app/component/tests

Modified Files:
	module.py 
Log Message:
zopeConfigure renamed to configure everywhere in ZCML, as 
zopeConfigure is deprecated and hampers ZCML schema efforts.


=== Zope3/src/zope/app/component/tests/module.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/component/tests/module.py:1.3	Sat Aug  2 05:11:18 2003
+++ Zope3/src/zope/app/component/tests/module.py	Fri Aug 22 16:02:12 2003
@@ -50,7 +50,7 @@
     bar2 = Text()
 
 
-template_bracket = """<zopeConfigure
+template_bracket = """<configure
    xmlns="http://namespaces.zope.org/zope">
    %s
-</zopeConfigure>"""
+</configure>"""




More information about the Zope3-Checkins mailing list