Skip to content

Commit b845bd0

Browse files
committed
relevant code from parallel-downloads branch
1 parent ac37dad commit b845bd0

File tree

7 files changed

+772
-115
lines changed

7 files changed

+772
-115
lines changed

hapiclient/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
except:
2222
print('Problem importing Matplotlib. hapiplot function will not work.')
2323

24+
from hapiclient.util import HAPIError
25+
2426
# Allow "from hapiclient import autoplot"
2527
from hapiclient.autoplot.autoplot import autoplot
2628

0 commit comments

Comments
 (0)