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)
commitbd783dae165a9da2691ef569d19a96afbe449ecf
tree0b2ae0b62f6c6e77a62618ab2fc109e42fc58c60
parentac94344d559d3eb35cd5eb04c02b198a4a81bbac
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