[h5py] 23/38: Fix lint issues in _hl subpackage

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


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

ghisvail-guest pushed a commit to branch master
in repository h5py.

commit b5db068a5545880d5d66d0be3ce88ccc393adcb0
Author: Andrew Collette <andrew.collette at gmail.com>
Date:   Sat May 30 17:26:24 2015 -0600

    Fix lint issues in _hl subpackage
---
 h5py/_hl/__init__.py | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/h5py/_hl/__init__.py b/h5py/_hl/__init__.py
index 2a8ae91..d131a68 100644
--- a/h5py/_hl/__init__.py
+++ b/h5py/_hl/__init__.py
@@ -7,5 +7,12 @@
 # License:  Standard 3-clause BSD; see "license.txt" for full license terms
 #           and contributor agreement.
 
+"""
+    This subpackage implements the high-level interface for h5py.
+    
+    Don't manually import things from here; the public API lives directly
+    in the top-level package namespace.
+"""
+
 from __future__ import absolute_import
 

-- 
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