Fixed table loading under SQLAlchemy 0.5.3.
authorEevee <git@veekun.com>
Sun, 3 May 2009 00:44:26 +0000 (17:44 -0700)
committerEevee <git@veekun.com>
Sun, 3 May 2009 00:44:26 +0000 (17:44 -0700)
commit831dfe6f33ba078ebe4b1a27e13f5d267d8688f5
tree24706f94c6703cf1921703e9c5ee8b889b7e83d2
parent2dbf34a062b712b181a200e8f7a9e67dafb8ff8b
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().
pokedex/__init__.py