Drop silx 0.8

This commit is contained in:
Valentin Valls 2019-05-16 17:45:55 +02:00
parent 04bfeb5f61
commit eeae6730f7
2 changed files with 4 additions and 14 deletions

View File

@ -34,19 +34,14 @@ __author__ = "Valentin Valls"
__contact__ = "valentin.valls@esrf.fr"
__license__ = "MIT"
__copyright__ = "European Synchrotron Radiation Facility, Grenoble, France"
__date__ = "15/01/2019"
__date__ = "16/05/2019"
import unittest
import logging
import numpy
from silx.gui import qt
try:
from silx.gui.utils import testutils
except ImportError:
# silx 0.8 and earlly
from silx.gui.test import utils as testutils
from silx.gui.utils import testutils
import pyFAI.resources
import pyFAI.calibrant
import pyFAI.detectors

View File

@ -34,18 +34,13 @@ __author__ = "Valentin Valls"
__contact__ = "valentin.valls@esrf.fr"
__license__ = "MIT"
__copyright__ = "European Synchrotron Radiation Facility, Grenoble, France"
__date__ = "11/04/2019"
__date__ = "16/05/2019"
import unittest
import logging
import numpy
try:
from silx.gui.utils import testutils
except ImportError:
# silx 0.8 and earlly
from silx.gui.test import utils as testutils
from silx.gui.utils import testutils
from ..model.PeakModel import PeakModel
from ..model.ListModel import ListModel
from ..model.DataModel import DataModel