Changeset 856cf59 in sasview
- Timestamp:
-
Nov 3, 2017 3:26:11 PM
(7 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:
-
Legend:
- Unmodified
- Added
- Removed
-
rf4a1433
|
r856cf59
|
|
142 | 142 | sys.path.append(build_path) |
143 | 143 | |
| 144 | # Run the UI conversion tool |
| 145 | import sas.qtgui.convertUI |
| 146 | |
| 147 | |
144 | 148 | if __name__ == "__main__": |
145 | 149 | # Need to add absolute path before actual prepare call, |