[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher/VFS - metaConfigure.py:1.1.4.2.8.2

Jim Fulton jim@zope.com
Thu, 30 May 2002 14:27:30 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/Publisher/VFS
In directory cvs.zope.org:/tmp/cvs-serv20275/lib/python/Zope/Publisher/VFS

Modified Files:
      Tag: Zope3InWonderland-branch
	metaConfigure.py 
Log Message:
Implemented browser:page directives for browser:view, browser:resource. 

Implemented security assertions in view and resource directives.

Changed defaultView so you can omit a factory, which just sets the
default view name without defining a view.

Moved Browser and ComponentArchitecture directive support to App,
because of all of the dependencies on other packages.



=== Zope3/lib/python/Zope/Publisher/VFS/metaConfigure.py 1.1.4.2.8.1 => 1.1.4.2.8.2 ===
 $Id$
 """
-from Zope.ComponentArchitecture.metaConfigure import view as _view
+from Zope.App.ComponentArchitecture.metaConfigure import view as _view
     
 def view(_context, **__kw):
     return _view(_context, type='Zope.Publisher.VFS.IVFSPublisher.', **__kw)