Commit 1655e985 authored by Andreas Jung's avatar Andreas Jung

removed unused imports

parent bbddef1c
...@@ -787,8 +787,6 @@ class ZCatalog(Folder, Persistent, Implicit): ...@@ -787,8 +787,6 @@ class ZCatalog(Folder, Persistent, Implicit):
from Products.PluginIndexes.KeywordIndex import KeywordIndex from Products.PluginIndexes.KeywordIndex import KeywordIndex
from Products.PluginIndexes.FieldIndex import FieldIndex from Products.PluginIndexes.FieldIndex import FieldIndex
from Products.PluginIndexes.TextIndex import TextIndex from Products.PluginIndexes.TextIndex import TextIndex
from Acquisition import aq_base
import copy
converted = [] converted = []
for id in ids: for id in ids:
......
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