source: sasview/installers/sasview_gui.py @ f00d3fd

ESS_GUIESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since f00d3fd was 67d8b1b, checked in by Paul Kienzle <pkienzle@…>, 7 years ago

force inclusion of data loaders in mac package

  • Property mode set to 100644
File size: 310 bytes
Line 
1from sas.sasview.sasview import run_gui
2# force inclusion of readers in the distribution
3from sas.sascalc.dataloader.readers import (
4    abs_reader, anton_paar_saxs_reader, ascii_reader, cansas_reader_HDF5,
5    cansas_reader, danse_reader, red2d_reader, sesans_reader, tiff_reader,
6    xml_reader,
7)
8run_gui()
Note: See TracBrowser for help on using the repository browser.