[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Traversing - Namespaces.py:1.3 CreateNamespace.py:NONE

Jim Fulton jim@zope.com
Sun, 23 Jun 2002 13:04:15 -0400


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

Modified Files:
	Namespaces.py 
Removed Files:
	CreateNamespace.py 
Log Message:
Finished implementing
http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/AddMenuProposalAndEndOfZmiNamespace

Updated the service manager to use a menu.

Ripped out the old adder registry code.



=== Zope3/lib/python/Zope/App/Traversing/Namespaces.py 1.2 => 1.3 ===
     return new
 
+# XXX should get this from zcml
 # Register the etc, view, and resource namespaces
 import EtcNamespace, PresentationNamespaces, AttrItemNamespaces
-import CreateNamespace, AcquireNamespace
+import AcquireNamespace

=== Removed File Zope3/lib/python/Zope/App/Traversing/CreateNamespace.py ===