[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Traversing - configure.zcml:1.7.6.1

Deb dhazarika@zeomega.com
Tue, 29 Oct 2002 07:58:29 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/Traversing
In directory cvs.zope.org:/tmp/cvs-serv2759

Modified Files:
      Tag: Zope3-Bangalore-TTW-Branch
	configure.zcml 
Log Message:
ModuleNameSpace configured


=== Zope3/lib/python/Zope/App/Traversing/configure.zcml 1.7 => 1.7.6.1 ===
--- Zope3/lib/python/Zope/App/Traversing/configure.zcml:1.7	Fri Jul 12 19:07:28 2002
+++ Zope3/lib/python/Zope/App/Traversing/configure.zcml	Tue Oct 29 07:58:29 2002
@@ -45,5 +45,6 @@
 <traversalNamespace name="item" handler=".AttrItemNamespaces.item" />
 <traversalNamespace name="acquire" handler=".AcquireNamespace.acquire" />
 <traversalNamespace name="skin" handler=".SkinNamespace.skin" />
+<traversalNamespace name="module" handler=".ModuleNamespace.module" />
 
 </zopeConfigure>