Skip to content

Commit

Permalink
Importing prov_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
ssomnath committed Aug 23, 2020
1 parent 5b8b11b commit eaae87e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sidpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .__version__ import version as __version__
from . import base, hdf, io, proc, sid, viz
from .base import dict_utils, num_utils, string_utils
from .hdf import hdf_utils, reg_ref, dtype_utils
from .hdf import hdf_utils, reg_ref, dtype_utils, prov_utils
from .io import interface_utils
from .proc import comp_utils
from .sid.dimension import Dimension
Expand All @@ -32,7 +32,7 @@

# Making things easier by surfacing all low-level modules directly:
__all__ += ['dict_utils', 'num_utils', 'string_utils']
__all__ += ['hdf_utils', 'reg_ref', 'dtype_utils']
__all__ += ['hdf_utils', 'reg_ref', 'dtype_utils', 'prov_utils']
__all__ += ['interface_utils']
__all__ += ['comp_utils']
__all__ += ['Dimension', 'Translator', 'Dataset', 'Reader']
Expand Down

0 comments on commit eaae87e

Please sign in to comment.