Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit 153d282

Browse files
author
Ehsan Totoni
committed
move hdf5 extension to separate module
1 parent 83167be commit 153d282

6 files changed

Lines changed: 504 additions & 466 deletions

File tree

hpat/config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
try:
2-
import hio
2+
import hpat.io
3+
import hpat.io._hdf5
34
except ImportError:
45
_has_h5py = False
56
else:

0 commit comments

Comments
 (0)