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:
import ZODB
import ZODB.FileStorage
from Products.ZCTextIndex.Lexicon import Lexicon, \
CaseNormalizer, Splitter, StopWordRemover
from Products.ZCTextIndex.Lexicon import \
Lexicon, CaseNormalizer, Splitter, StopWordRemover
from Products.ZCTextIndex.ZCTextIndex import ZCTextIndex
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