veekun_pokedex/pokedex
Eevee 8812dd9654 Fixed table loading under SQLAlchemy 0.5.3.
Apparently the secret property on a singleton hidden in the guts of
SQLAlchemy has been made private recently, so what I wanted to do (get a
list of all ORM classes) is now impossible.  I gave up on trying to find
a real solution and just slapped together something using dir().
2009-05-02 17:44:26 -07:00
..
data/csv Reordered some rows in mapping tables. 2009-05-01 06:29:19 -07:00
db Added encounter data for Diamond, Pearl, and Platinum. 2009-05-01 06:20:18 -07:00
__init__.py Fixed table loading under SQLAlchemy 0.5.3. 2009-05-02 17:44:26 -07:00
formulae.py Added a function for the EXP formula. 2009-03-27 19:49:20 -04:00