projects
/
pyafm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d59696
)
Remove h5py import from pyafm.storage, since it only needs HDF5_Storage.
author
W. Trevor King
<wking@drexel.edu>
Thu, 15 Mar 2012 22:09:55 +0000
(18:09 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 15 Mar 2012 22:09:55 +0000
(18:09 -0400)
pyafm/storage.py
patch
|
blob
|
history
diff --git
a/pyafm/storage.py
b/pyafm/storage.py
index 562df94e6d5e9b106a748f27c35534d002e29156..298f3792462dbf718378b26b7c71b9c3a38de359 100644
(file)
--- a/
pyafm/storage.py
+++ b/
pyafm/storage.py
@@
-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