[h5py] 360/455: Replace missing __future__ statement

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:50 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 b1b4337df33b92e60cf82ef7244ca4954c1ead8c
Author: andrewcollette <andrew.collette at gmail.com>
Date:   Sun Jan 10 09:29:43 2010 +0000

    Replace missing __future__ statement
---
 h5py/tests/high/test_file.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/h5py/tests/high/test_file.py b/h5py/tests/high/test_file.py
index 024eb32..19e4f08 100644
--- a/h5py/tests/high/test_file.py
+++ b/h5py/tests/high/test_file.py
@@ -1,4 +1,6 @@
 
+from __future__ import with_statement
+
 from tempfile import mktemp
 
 from h5py import tests

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