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/url.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'silx/io/url.py') diff --git a/silx/io/url.py b/silx/io/url.py index ba62a81..df38c21 100644 --- a/silx/io/url.py +++ b/silx/io/url.py @@ -1,7 +1,7 @@ # coding: utf-8 # /*########################################################################## # -# Copyright (c) 2016-2017 European Synchrotron Radiation Facility +# Copyright (c) 2016-2018 European Synchrotron Radiation Facility # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -29,7 +29,8 @@ __license__ = "MIT" __date__ = "29/01/2018" import logging -from silx.third_party import six +import six + parse = six.moves.urllib.parse @@ -350,7 +351,7 @@ class DataUrl(object): return self.__data_path def data_slice(self): - """Returns the slicing applyed to the data. + """Returns the slicing applied to the data. It is a tuple containing numbers, slice or ellipses. -- cgit v1.2.3