Changeset 416fa8f in sasview for src/sas/qtgui/UnitTesting
- Timestamp:
- Dec 7, 2016 8:17:38 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:
- cad617b
- Parents:
- 64f1e93
- Location:
- src/sas/qtgui/UnitTesting
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/UnitTesting/DensityCalculatorTest.py
- Property mode changed from 100755 to 100644
r31c5b58 r416fa8f 9 9 10 10 ####### TEMP 11 import LocalSetup11 import path_prepare 12 12 ####### 13 13 -
src/sas/qtgui/UnitTesting/Plotter2DTest.py
r64f1e93 r416fa8f 9 9 10 10 ####### TEMP 11 import LocalSetup11 import path_prepare 12 12 ####### 13 13 from sas.sasgui.guiframe.dataFitting import Data1D -
src/sas/qtgui/UnitTesting/PlotterTest.py
r64f1e93 r416fa8f 8 8 9 9 ####### TEMP 10 import LocalSetup10 import path_prepare 11 11 ####### 12 12 from sas.sasgui.guiframe.dataFitting import Data1D -
src/sas/qtgui/UnitTesting/SLDCalculatorTest.py
re4676c8 r416fa8f 9 9 10 10 ####### TEMP 11 import LocalSetup11 import path_prepare 12 12 ####### 13 13
Note: See TracChangeset
for help on using the changeset viewer.