Use RawConfigParser instead of SafeConfigParser as base class in hooke.config.
authorW. Trevor King <wking@drexel.edu>
Sat, 31 Jul 2010 14:02:00 +0000 (10:02 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 31 Jul 2010 14:02:00 +0000 (10:02 -0400)
commitff9ec5e91f9b7928a19ab2d47ccc7c5e588f718c
tree0b2ae0b62f6c6e77a62618ab2fc109e42fc58c60
parentdefc0e9e81651c83f60155045fa6918c326c84e9
Use RawConfigParser instead of SafeConfigParser as base class in hooke.config.

This allows us to use things like the upcomming
  plot x format = %.3g
hooke/config.py