From d022e9a8bffe2dccad3ddfd77d2335e1d7d41fd4 Mon Sep 17 00:00:00 2001 From: "Eevee (Alex Munroe)" Date: Fri, 9 Aug 2013 13:02:50 -0700 Subject: [PATCH] Remove unused imports, incidentally fixing compat with whoosh 2.5. --- pokedex/lookup.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pokedex/lookup.py b/pokedex/lookup.py index ccbfb6a..6d55aae 100644 --- a/pokedex/lookup.py +++ b/pokedex/lookup.py @@ -2,18 +2,12 @@ import os, os.path import random import re -import shutil import unicodedata -from sqlalchemy.sql import func import whoosh -import whoosh.filedb.filestore -import whoosh.filedb.fileindex import whoosh.index -from whoosh.qparser import QueryParser -import whoosh.scoring +import whoosh.query import whoosh.sorting -import whoosh.spelling from whoosh.support import levenshtein from pokedex.compatibility import namedtuple