Allow HDF5_Storage to be initialized without a filename.
authorW. Trevor King <wking@drexel.edu>
Fri, 16 Mar 2012 08:30:57 +0000 (04:30 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 16 Mar 2012 08:30:57 +0000 (04:30 -0400)
commitf74b5a2d759cf9b7f73e2e8084b9c960e0b8e6c0
tree3f93ac838a0438be63dd682060b5d01afbdb612e
parent25216ab52ab26907588ac2a9a77816dab9f4f9a6
Allow HDF5_Storage to be initialized without a filename.

If you use an `h5py.Group` instance for the group, you don't need to
open any files.
h5config/storage/hdf5.py