File: __init__.py

package info (click to toggle)
python-pbcore 1.6.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 19,168 kB
  • sloc: python: 25,497; xml: 2,846; makefile: 251; sh: 24
file content (5 lines) | stat: -rw-r--r-- 273 bytes parent folder | download
1
2
3
4
5
from __future__ import absolute_import

class h5py_dummy(object):
    def __getattr__(self, name):
        raise ImportError("The h5py module is required to use this optional feature; you can install it using 'pip install h5py' (requires HDF5 library already installed).")