projects
/
zzz-pokedex.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move util.py to compatibility.py
[zzz-pokedex.git]
/
pokedex
/
lookup.py
diff --git
a/pokedex/lookup.py
b/pokedex/lookup.py
index
8488f21
..
768a674
100644
(file)
--- a/
pokedex/lookup.py
+++ b/
pokedex/lookup.py
@@
-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