From a763e5d1b3921b3194f3d4e94ab9de3fbe08bbdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= Date: Tue, 28 May 2019 08:16:16 +0200 Subject: New upstream version 0.10.1+dfsg --- silx/io/spech5.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'silx/io/spech5.py') diff --git a/silx/io/spech5.py b/silx/io/spech5.py index 50d3928..79fd2e4 100644 --- a/silx/io/spech5.py +++ b/silx/io/spech5.py @@ -186,15 +186,16 @@ You can test for existence of data or groups:: import datetime import logging -import numpy import re import io + import h5py +import numpy +import six from silx import version as silx_version from .specfile import SpecFile from . import commonh5 -from silx.third_party import six __authors__ = ["P. Knobel", "D. Naudet"] __license__ = "MIT" -- cgit v1.2.3