Changeset 83eb5208 in sasview for run.py


Ignore:
Timestamp:
Apr 19, 2017 3:58:36 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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
Message:

Putting files in more ordered fashion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • run.py

    r9687d58 r83eb5208  
    122122if __name__ == "__main__": 
    123123    prepare() 
    124     from sas.qtgui.MainWindow import run 
     124    from sas.qtgui.MainWindow.MainWindow import run 
    125125    run() 
Note: See TracChangeset for help on using the changeset viewer.