Touch missing userwide config file before read if it's missing.
authorW. Trevor King <wking@drexel.edu>
Sun, 21 Jun 2009 11:56:05 +0000 (07:56 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 21 Jun 2009 11:56:05 +0000 (07:56 -0400)
commit8aa307584c1e35dfde114e04ace12b7862579014
treededce65eb6fe3dd53318a8acc9e0c7e7ca0f9ff3
parent47901fbf10ba498a91a4701129a2f1959d00df67
Touch missing userwide config file before read if it's missing.

Another bug introduced by James Rowe's user-config patch.  Obviously
it's hard to read a file if there's no file there.  I'm not sure how
it passed the unit tests earlier.  Maybe I forgot to install the
pre-commit version before running the test suite...  Anyhow, fixed
now.
libbe/config.py