[h5py] 20/38: Fix lint issues in highlevel.py

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 cac43fd03bdf45bbe8cd8e7836368868d2f439f7
Author: Andrew Collette <andrew.collette at gmail.com>
Date:   Sat May 30 17:13:58 2015 -0600

    Fix lint issues in highlevel.py
---
 h5py/highlevel.py | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/h5py/highlevel.py b/h5py/highlevel.py
index 2901c54..4f6c3cc 100644
--- a/h5py/highlevel.py
+++ b/h5py/highlevel.py
@@ -7,6 +7,15 @@
 # License:  Standard 3-clause BSD; see "license.txt" for full license terms
 #           and contributor agreement.
 
+# pylint: disable=unused-import
+
+"""
+    This is the deprecated legacy high-level interface.
+    
+    Everything here is canonically located at the root of the package.
+    New code should import directly from there, e.g. "from h5py import File".
+"""
+
 from __future__ import absolute_import
 
 from ._hl import filters

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