Factor out logic for finding the default db/index. #180
authora_magical_me <andrew@turnipmints.mooo.com>
Thu, 13 May 2010 17:33:07 +0000 (10:33 -0700)
committera_magical_me <andrew@turnipmints.mooo.com>
Fri, 14 May 2010 04:45:51 +0000 (21:45 -0700)
commit7323dd76007f16915391386822a7bd8a3a58ebab
treef3f02d4786cf4d95412d537f5b12fdeea1ad59f3
parent47218a7fb65bb2ad2e1c0808d4a2c56046f3740b
Factor out logic for finding the default db/index.  #180

Note: `if not x:` has changed to `if x is not None:`, changing the
semantics slightly.  Shouldn't be a big issue.
pokedex/__init__.py
pokedex/db/__init__.py
pokedex/db/load.py
pokedex/defaults.py [new file with mode: 0644]
pokedex/lookup.py