[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes - __init__.py:1.11
Andreas Jung
andreas@digicool.com
Mon, 11 Mar 2002 09:55:39 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes
In directory cvs.zope.org:/tmp/cvs-serv5018
Modified Files:
__init__.py
Log Message:
removed empty lines
=== Zope/lib/python/Products/PluginIndexes/__init__.py 1.10 => 1.11 ===
-
for idx in _indexes:
exec("manage_add%sForm = %s.%s.manage_add%sForm" % (idx,idx,idx,idx))
exec("manage_add%s = %s.%s.manage_add%s" % (idx,idx,idx,idx))
-
-
-