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:
parent
3d25d125f4
commit
dd89c811b8
3 changed files with 6 additions and 3 deletions
pokedex
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue