Changeset 856cf59 in sasview for run.py


Ignore:
Timestamp:
Nov 3, 2017 3:26:11 PM (6 years ago)
Author:
krzywon
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:
e58eb95
Parents:
846a063
Message:

Run convertUI form run.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • run.py

    rf4a1433 r856cf59  
    142142    sys.path.append(build_path) 
    143143 
     144    # Run the UI conversion tool 
     145    import sas.qtgui.convertUI 
     146 
     147 
    144148if __name__ == "__main__": 
    145149    # Need to add absolute path before actual prepare call, 
Note: See TracChangeset for help on using the changeset viewer.