Commit eebb1a61 authored by Tim Peters's avatar Tim Peters

Remove more needless imports.

parent 3e375ea8
...@@ -19,7 +19,6 @@ import math ...@@ -19,7 +19,6 @@ import math
from BTrees.IIBTree import IIBucket from BTrees.IIBTree import IIBucket
from Products.ZCTextIndex.IIndex import IIndex from Products.ZCTextIndex.IIndex import IIndex
from Products.ZCTextIndex import WidCode
from Products.ZCTextIndex.BaseIndex import BaseIndex, \ from Products.ZCTextIndex.BaseIndex import BaseIndex, \
inverse_doc_frequency, \ inverse_doc_frequency, \
scaled_int, SCALE_FACTOR scaled_int, SCALE_FACTOR
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
from BTrees.IIBTree import IIBucket from BTrees.IIBTree import IIBucket
from Products.ZCTextIndex.IIndex import IIndex from Products.ZCTextIndex.IIndex import IIndex
from Products.ZCTextIndex import WidCode
from Products.ZCTextIndex.BaseIndex import BaseIndex, \ from Products.ZCTextIndex.BaseIndex import BaseIndex, \
inverse_doc_frequency, \ inverse_doc_frequency, \
scaled_int scaled_int
......
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