1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Move util.py to compatibility.py

This commit is contained in:
Petr Viktorin 2011-04-14 13:46:12 +03:00 committed by Eevee
parent 3d25d125f4
commit dd89c811b8
3 changed files with 6 additions and 3 deletions
pokedex

View file

@ -14,7 +14,7 @@ from whoosh.qparser import QueryParser
import whoosh.scoring
import whoosh.spelling
from pokedex.util import namedtuple
from pokedex.compatibility import namedtuple
from pokedex.db import connect
import pokedex.db.tables as tables