From: Eevee Date: Sun, 3 May 2009 00:44:26 +0000 (-0700) Subject: Fixed table loading under SQLAlchemy 0.5.3. X-Git-Tag: veekun-promotions/2010050901~269 X-Git-Url: http://git.veekun.com/zzz-pokedex.git/commitdiff_plain/831dfe6f33ba078ebe4b1a27e13f5d267d8688f5?hp=831dfe6f33ba078ebe4b1a27e13f5d267d8688f5 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(). ---