Changeset 83eb5208 in sasview for src/sas/qtgui/Plotting/UnitTesting/ColorMapTest.py
- Timestamp:
- Apr 19, 2017 3:58:36 AM (8 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:
- cd2cc745
- Parents:
- 6c8fb2c
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Plotting/UnitTesting/ColorMapTest.py
- Property mode changed from 100755 to 100644
r5d89f43 r83eb5208 11 11 12 12 from sas.sasgui.guiframe.dataFitting import Data2D 13 import sas.qtgui.Plott er2D as Plotter2D13 import sas.qtgui.Plotting.Plotter2D as Plotter2D 14 14 from UnitTesting.TestUtils import WarningTestNotImplemented 15 15 from UnitTesting.TestUtils import QtSignalSpy 16 16 17 17 # Local 18 from sas.qtgui. ColorMap import ColorMap18 from sas.qtgui.Plotting.ColorMap import ColorMap 19 19 20 20 app = QtGui.QApplication(sys.argv)
Note: See TracChangeset
for help on using the changeset viewer.