Add ListSetting and IntegerListSetting types.
authorW. Trevor King <wking@drexel.edu>
Thu, 15 Mar 2012 17:31:14 +0000 (13:31 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 15 Mar 2012 17:31:14 +0000 (13:31 -0400)
commitfd0e1151f481bb28e205db3c03dc40f57947bf42
tree2207b69db11105ad3c5a47d8eec7fee5e235a7f0
parentd1a17cf359c6dec3c1f58a830623669b45d482f3
Add ListSetting and IntegerListSetting types.

Also add the storage instance to test assertion error.  Peering
through the logs looking for 'testing {}' wasn't cutting it ;).
h5config/config.py
h5config/storage/hdf5.py
h5config/storage/yaml.py
h5config/test.py