[h5py] 369/455: Import soft/external into package

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:51 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag 1.3.0
in repository h5py.

commit 29a582b500fffa3110ac204ac21d535776a27a3f
Author: andrewcollette <andrew.collette at gmail.com>
Date:   Wed Jan 20 06:48:07 2010 +0000

    Import soft/external into package
---
 h5py/__init__.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/h5py/__init__.py b/h5py/__init__.py
index 22d94a9..97a2100 100644
--- a/h5py/__init__.py
+++ b/h5py/__init__.py
@@ -37,7 +37,8 @@ import highlevel, filters, selections, version
 from h5 import get_config
 from h5e import H5Error
 
-from highlevel import File, Group, Dataset, Datatype, AttributeManager, is_hdf5
+from highlevel import File, Group, Dataset, Datatype, AttributeManager, \
+                      SoftLink, ExternalLink, is_hdf5
 
 # New way to handle special types
 from h5t import special_dtype, check_dtype
@@ -55,7 +56,7 @@ __doc__ = __doc__ % (version.version, version.hdf5_version, version.api_version)
 __all__ = ['h5', 'h5f', 'h5g', 'h5s', 'h5t', 'h5d', 'h5a', 'h5p', 'h5r',
            'h5o', 'h5l', 'h5z', 'h5i', 'version', 'File', 'Group', 'Dataset',
            'Datatype', 'AttributeManager', 'H5Error', 'get_config', 'is_hdf5',
-           'special_dtype', 'check_dtype']
+           'special_dtype', 'check_dtype', 'SoftLink', 'ExternalLink']
 
 try:
     try:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git



More information about the debian-science-commits mailing list