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)
Note: `if not x:` has changed to `if x is not None:`, changing the
semantics slightly.  Shouldn't be a big issue.


No differences found