- Timestamp:
- Apr 10, 2017 2:01:46 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:
- 6c8fb2c
- Parents:
- 9208346 (diff), c6f3aec (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
run.py
r31c5b58 r9687d58 71 71 platform = '%s-%s'%(get_platform(),sys.version[:3]) 72 72 build_path = joinpath(root, 'build','lib.'+platform) 73 74 # Notify the help menu that the Sphinx documentation is in a different 73 74 # Notify the help menu that the Sphinx documentation is in a different 75 75 # place than it otherwise would be. 76 76 os.environ['SASVIEW_DOC_PATH'] = joinpath(build_path, "doc") … … 108 108 # Compiled modules need to be pulled from the build directory. 109 109 # Some packages are not where they are needed, so load them explicitly. 110 import sas.sascalc.file_converter 111 sas.sascalc.file_converter.core = import_package('sas.sascalc.file_converter.core', 112 joinpath(build_path, 'sas', 'sascalc', 'file_converter', 'core')) 113 114 # Compiled modules need to be pulled from the build directory. 115 # Some packages are not where they are needed, so load them explicitly. 110 116 import sas.sascalc.calculator 111 117 sas.sascalc.calculator.core = import_package('sas.sascalc.calculator.core',
Note: See TracChangeset
for help on using the changeset viewer.