[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher/Browser - AttributePublisher.py:1.1.2.6

Jim Fulton jim@zope.com
Thu, 6 Dec 2001 16:20:32 -0500


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

Modified Files:
      Tag: Zope-3x-branch
	AttributePublisher.py 
Log Message:
Got rid of vestige of underscore madness.

=== Zope3/lib/python/Zope/Publisher/Browser/AttributePublisher.py 1.1.2.5 => 1.1.2.6 ===
 
     def browser_traverse(self, request, name):
-##        if name[:1] == '_':
-##            raise 'NotFound'
 
         if name[-5:]=='.html':
             return getattr(self, name[:-5])