[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZopePublication/Browser - Publication.py:1.1.2.4

Stephan Richter srichter@cbu.edu
Wed, 27 Mar 2002 15:48:22 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/ZopePublication/Browser
In directory cvs.zope.org:/tmp/cvs-serv21889/App/ZopePublication/Browser

Modified Files:
      Tag: Zope-3x-branch
	Publication.py 
Log Message:
Fixed one I think.


=== Zope3/lib/python/Zope/App/ZopePublication/Browser/Publication.py 1.1.2.3 => 1.1.2.4 ===
         else:
             adapter = getRequestView(ob, '_traverse', request , None)
+            print adapter
             if adapter is not None:
                 r = adapter.browserDefault(request)
             else: