Commit 6c71d2ef authored by Andreas Jung's avatar Andreas Jung

code cleanup

parent 6b044a79
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
# #
############################################################################## ##############################################################################
__version__ = '$Id: TopicIndex.py,v 1.2 2002/02/28 15:31:41 andreasjung Exp $' __version__ = '$Id: TopicIndex.py,v 1.3 2002/03/11 14:54:36 andreasjung Exp $'
from Products.PluginIndexes import PluggableIndex from Products.PluginIndexes import PluggableIndex
from Products.PluginIndexes.common.util import parseIndexRequest from Products.PluginIndexes.common.util import parseIndexRequest
...@@ -19,9 +19,8 @@ from Products.PluginIndexes.common.util import parseIndexRequest ...@@ -19,9 +19,8 @@ from Products.PluginIndexes.common.util import parseIndexRequest
from Globals import Persistent, DTMLFile from Globals import Persistent, DTMLFile
from Acquisition import Implicit from Acquisition import Implicit
from OFS.SimpleItem import SimpleItem from OFS.SimpleItem import SimpleItem
from BTrees.OOBTree import OOBTree,OOSet from BTrees.OOBTree import OOBTree
from BTrees.IIBTree import IISet,difference,intersection,union from BTrees.IIBTree import IISet,intersection,union
from types import StringType, ListType, TupleType
import FilteredSet import FilteredSet
_marker = [] _marker = []
......
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