Changeset 17e2d502 in sasview for src/sas/qtgui/Utilities
- Timestamp:
- Nov 5, 2018 2:58:21 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 490e230
- Parents:
- 4396300
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Utilities/GuiUtils.py
r4396300 r17e2d502 1198 1198 def readDataFromFile(fp): 1199 1199 ''' 1200 Reads in Data1D/Data2 datasets from the file. 1201 Datasets are stored in the JSON format. 1200 1202 ''' 1201 1203 supported = [
Note: See TracChangeset
for help on using the changeset viewer.