Move util.py to compatibility.py
[zzz-pokedex.git] / pokedex / lookup.py
index 8488f21..768a674 100644 (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