Commit cf90a93b authored by Andreas Jung's avatar Andreas Jung

cleanup

parent 10fe202c
...@@ -87,17 +87,13 @@ import common.PluggableIndex as PluggableIndex ...@@ -87,17 +87,13 @@ import common.PluggableIndex as PluggableIndex
import common.ResultList as ResultList import common.ResultList as ResultList
import common.UnIndex as UnIndex import common.UnIndex as UnIndex
import PathIndex.PathIndex import PathIndex.PathIndex
import TextIndex.TextIndex import TextIndex.TextIndex
import FieldIndex.FieldIndex import FieldIndex.FieldIndex
import KeywordIndex.KeywordIndex import KeywordIndex.KeywordIndex
_indexes = ['TextIndex','KeywordIndex','FieldIndex','PathIndex'] _indexes = ['TextIndex','KeywordIndex','FieldIndex','PathIndex']
from TextIndex.Splitter import ZopeSplitter as ZS
def initialize(context): def initialize(context):
for idx in _indexes: for idx in _indexes:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment