[h5py] 22/38: Fix lint issues in version.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 b26ea9b6a7a3097eb35639f5813c456913e9d1a7
Author: Andrew Collette <andrew.collette at gmail.com>
Date: Sat May 30 17:24:02 2015 -0600
Fix lint issues in version.py
---
h5py/version.py | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/h5py/version.py b/h5py/version.py
index 4d65d38..c379bce 100644
--- a/h5py/version.py
+++ b/h5py/version.py
@@ -7,6 +7,10 @@
# License: Standard 3-clause BSD; see "license.txt" for full license terms
# and contributor agreement.
+"""
+ Versioning module for h5py.
+"""
+
from __future__ import absolute_import
from . import h5 as _h5
@@ -26,12 +30,6 @@ hdf5_version = "%d.%d.%d" % hdf5_version_tuple
api_version_tuple = (1,8)
api_version = "1.8"
-__doc__ = """\
-This is h5py **%s**
-
-* HDF5 version: **%s**
-""" % (version, hdf5_version)
-
info = """\
Summary of the h5py configuration
---------------------------------
--
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