[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Publisher/Browser - metaConfigure.py:1.5.6.3
Rakesh Naidu
rnaidu@zeomega.com
Mon, 21 Oct 2002 11:04:32 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/Publisher/Browser
In directory cvs.zope.org:/tmp/cvs-serv5753/Zope3-Bangalore-TTW-Branch/lib/python/Zope/App/Publisher/Browser
Modified Files:
Tag: Zope3-Bangalore-TTW-Branch
metaConfigure.py
Log Message:
config files update
=== Zope3/lib/python/Zope/App/Publisher/Browser/metaConfigure.py 1.5.6.2 => 1.5.6.3 ===
--- Zope3/lib/python/Zope/App/Publisher/Browser/metaConfigure.py:1.5.6.2 Mon Oct 21 10:55:56 2002
+++ Zope3/lib/python/Zope/App/Publisher/Browser/metaConfigure.py Mon Oct 21 11:04:01 2002
@@ -44,23 +44,11 @@
type = IBrowserPresentation
- actions += [
- Action(
+ actions += [Action(
discriminator = ('defaultViewName', for_, type, name),
callable = handler,
args = ('Views','setDefaultViewName', for_, type, name),
- )
- ]
- if for_ is not None:
- actions.append
- (
- Action(
- discriminator = None,
- callable = handler,
- args = ('Interfaces', 'provideInterface', for_.__module__+'.'+for_.__name__,for_)
- )
- )
-
+ )]
return actions