Changeset 7fb471d in sasview for src/sas/qtgui/Plotting/UnitTesting/SlicerParametersTest.py
- Timestamp:
- Nov 9, 2017 8:41:56 AM (7 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 4992ff2
- Parents:
- cee5c78
- git-author:
- Piotr Rozyczko <rozyczko@…> (10/27/17 08:49:35)
- git-committer:
- Piotr Rozyczko <rozyczko@…> (11/09/17 08:41:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Plotting/UnitTesting/SlicerParametersTest.py
r464cd07 r7fb471d 1 1 import sys 2 2 import unittest 3 from mock import MagicMock3 from unittest.mock import MagicMock 4 4 5 5 from PyQt4 import QtGui … … 7 7 from PyQt4 import QtTest 8 8 from PyQt4 import QtWebKit 9 10 from mock import MagicMock11 9 12 10 # set up import paths
Note: See TracChangeset
for help on using the changeset viewer.