Move the rest of pokedex.util.get to pokedex.db.util
[zzz-pokedex.git] / pokedex / tests / __init__.py
1 def setup():
2 # XXX This needs to recreate the database, someday. :(
3 pass
4
5 def teardown():
6 pass