Commit d0442add authored by Jeremy Hylton's avatar Jeremy Hylton

Remove unused imports

parent b310ba9b
...@@ -11,25 +11,16 @@ ...@@ -11,25 +11,16 @@
# #
############################################################################## ##############################################################################
"""Simple column indices""" """Simple column indices
__version__='$Revision: 1.8 $'[11:-2] $Id: FieldIndex.py,v 1.9 2002/06/20 20:00:34 jeremy Exp $
"""
from zLOG import LOG, ERROR
from types import StringType, ListType, IntType, TupleType
from BTrees.OOBTree import OOBTree, OOSet
from BTrees.IOBTree import IOBTree
from BTrees.IIBTree import IITreeSet, IISet, union
import BTrees.Length
from Products.PluginIndexes import PluggableIndex from Products.PluginIndexes import PluggableIndex
from Products.PluginIndexes.common.UnIndex import UnIndex from Products.PluginIndexes.common.UnIndex import UnIndex
from Globals import DTMLFile from Globals import DTMLFile
_marker = []
class FieldIndex(UnIndex): class FieldIndex(UnIndex):
"""Field Indexes""" """Field 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