load: Add --recursive option.
authora_magical_me <andrew@turnipmints.mooo.com>
Sun, 3 Apr 2011 09:10:33 +0000 (02:10 -0700)
committera_magical_me <andrew@turnipmints.mooo.com>
Sun, 3 Apr 2011 10:17:08 +0000 (03:17 -0700)
commit42ec8abc587dd95f06521df28aee6063cb80f009
treed57e3f1a840ce15e73b40a4e54bcb5133d74556f
parent16dd9d8ac11b990125eb836d4d3f7b62c4b1c712
load: Add --recursive option.

Helps somewhat with #526 (`pokedex load` is slow) by making it easier to
load only the tables you're interested in.
pokedex/db/dependencies.py [new file with mode: 0644]
pokedex/db/load.py
pokedex/main.py