Remove h5py import from pyafm.storage, since it only needs HDF5_Storage.
authorW. Trevor King <wking@drexel.edu>
Thu, 15 Mar 2012 22:09:55 +0000 (18:09 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 15 Mar 2012 22:09:55 +0000 (18:09 -0400)
pyafm/storage.py

index 562df94e6d5e9b106a748f27c35534d002e29156..298f3792462dbf718378b26b7c71b9c3a38de359 100644 (file)
@@ -2,7 +2,6 @@
 
 import os.path as _os_path
 
-import h5py as _h5py
 from h5config.storage.hdf5 import HDF5_Storage as _HDF5_Storage
 
 from . import LOG as _LOG