Changeset 45cab3c in sasview for src/sas/sascalc/dataloader/readers/associations.py
- Timestamp:
- Sep 15, 2016 8:33:57 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:
- 2d647cf
- Parents:
- 54a1cf8
- git-author:
- wpotrzebowski <Wojciech.Potrzebowski@…> (08/11/16 07:33:53)
- git-committer:
- Piotr Rozyczko <rozyczko@…> (09/15/16 08:33:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sascalc/dataloader/readers/associations.py
rb699768 r45cab3c 92 92 import nexus_reader 93 93 import sesans_reader 94 import cansas_reader_HDF5 95 import anton_paar_saxs_reader 94 96 registry_function(sesans_reader) 95 97 registry_function(abs_reader) … … 102 104 #registry_function(tiff_reader) 103 105 registry_function(nexus_reader) 104 106 registry_function(cansas_reader_HDF5) 107 registry_function(anton_paar_saxs_reader) 105 108 return True
Note: See TracChangeset
for help on using the changeset viewer.