suppress check on index type, not useful for BlueBream

This commit is contained in:
Helmut Merz 2012-09-10 10:24:05 +02:00
parent 221ee291eb
commit 421ec2081a

View file

@ -242,7 +242,7 @@ class KeywordTerm(IndexTerm):
def getIndex(self):
index = super(KeywordTerm, self).getIndex()
assert IKeywordIndex.providedBy(index)
#assert IKeywordIndex.providedBy(index)
return index