Commit fedeec20 authored by Guido van Rossum's avatar Guido van Rossum

Normalize import statement formatting.

parent df474242
...@@ -42,8 +42,8 @@ index from the database: ...@@ -42,8 +42,8 @@ index from the database:
import ZODB import ZODB
import ZODB.FileStorage import ZODB.FileStorage
from Products.ZCTextIndex.Lexicon import Lexicon, \ from Products.ZCTextIndex.Lexicon import \
CaseNormalizer, Splitter, StopWordRemover Lexicon, CaseNormalizer, Splitter, StopWordRemover
from Products.ZCTextIndex.ZCTextIndex import ZCTextIndex from Products.ZCTextIndex.ZCTextIndex import ZCTextIndex
from BTrees.IOBTree import IOBTree from BTrees.IOBTree import IOBTree
......
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