Remove unused imports, incidentally fixing compat with whoosh 2.5.

This commit is contained in:
Eevee (Alex Munroe) 2013-08-09 13:02:50 -07:00
parent bef859632d
commit d022e9a8bf

View file

@ -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