[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndexNG/tests - testNormalizer.py:1.1.2.6
Andreas Jung
andreas@digicool.com
Thu, 28 Feb 2002 19:01:26 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndexNG/tests
In directory cvs.zope.org:/tmp/cvs-serv15599
Modified Files:
Tag: ajung-textindexng-branch
testNormalizer.py
Log Message:
fixed import problem
=== Zope/lib/python/Products/PluginIndexes/TextIndexNG/tests/testNormalizer.py 1.1.2.5 => 1.1.2.6 ===
import sys, os, unittest
-from Products.PluginIndexes.TextIndexNG import normalizer
+import normalizer
from Products.PluginIndexes.TextIndexNG.BaseNormalizer import BaseNormalizer
from BTrees.IIBTree import IISet, difference