[Zope-Checkins] CVS: Zope2 - __init__.py:1.1.2.16
Andreas Jung
andreas@digicool.com
Tue, 29 May 2001 08:41:06 -0400
Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes
In directory yetix:/work/sandboxes/ajung-dropin-registry/lib/python/Products/PluginIndexes
Modified Files:
Tag: ajung-dropin-registry
__init__.py
Log Message:
code cleanup
--- Updated File __init__.py in package Zope2 --
--- __init__.py 2001/05/20 18:14:05 1.1.2.15
+++ __init__.py 2001/05/29 12:41:00 1.1.2.16
@@ -3,7 +3,7 @@
import common.UnIndex as UnIndex
from Globals import DTMLFile
-#import FieldIndex, KeywordIndex, TextIndex
+
import PathIndex.PathIndex
import TextIndex.TextIndex
import FieldIndex.FieldIndex
@@ -49,8 +49,8 @@
)
-# context.registerHelp()
-# context.registerHelpTitle('Indexes (Pluggable)')
+ context.registerHelp()
+ context.registerHelpTitle('Indexes (Pluggable)')
manage_addTextIndexForm = TextIndex.TextIndex.manage_addTextIndexForm
manage_addTextIndex = TextIndex.TextIndex.manage_addTextIndex