[h5py] 27/38: Fix lint issues with _hl/datatype

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:21:40 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 fe393c95447f669a1251b2dbc297ea2c04decea6
Author: Andrew Collette <andrew.collette at gmail.com>
Date:   Sat May 30 18:22:32 2015 -0600

    Fix lint issues with _hl/datatype
---
 h5py/_hl/datatype.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/h5py/_hl/datatype.py b/h5py/_hl/datatype.py
index aab79ae..8ecbb0f 100644
--- a/h5py/_hl/datatype.py
+++ b/h5py/_hl/datatype.py
@@ -7,12 +7,16 @@
 # License:  Standard 3-clause BSD; see "license.txt" for full license terms
 #           and contributor agreement.
 
+"""
+    Implements high-level access to committed datatypes in the file.
+"""
+
 from __future__ import absolute_import
 
 import posixpath as pp
 
 from ..h5t import TypeID
-from .base import HLObject, phil, with_phil
+from .base import HLObject, with_phil
 
 class Datatype(HLObject):
 

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