[Zope-Checkins] CVS: Zope2 - __init__.py:1.1.2.12
andreas@digicool.com
andreas@digicool.com
Tue, 15 May 2001 09:34:40 -0400 (EDT)
Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes
In directory korak.digicool.com:/tmp/cvs-serv30626
Modified Files:
Tag: ajung-dropin-registry
__init__.py
Log Message:
repacked
--- Updated File __init__.py in package Zope2 --
--- __init__.py 2001/05/14 18:51:53 1.1.2.11
+++ __init__.py 2001/05/15 13:34:09 1.1.2.12
@@ -1,3 +1,6 @@
+import common.PluggableIndex as PluggableIndex
+import common.ResultList as ResultList
+import common.UnIndex as UnIndex
from Globals import DTMLFile
#import FieldIndex, KeywordIndex, TextIndex
@@ -96,5 +99,7 @@
manage_addKeywordIndexForm = KeywordIndex.KeywordIndex.manage_addKeywordIndexForm
manage_addKeywordIndex = KeywordIndex.KeywordIndex.manage_addKeywordIndex
+
+
print 'end of init'