Changeset 70a9d1c in sasview
- Timestamp:
- Nov 30, 2014 1:09:38 PM (10 years ago)
- Branches:
- master, 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, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 184912d
- Parents:
- c3437260
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
run.py
rc3437260 r70a9d1c 67 67 #import numpy; numpy.seterr(all='raise') 68 68 69 # Notify the help menu that the Sphinx documentation is in a different70 # place than it otherwise would be.71 72 73 74 69 # find the directories for the source and build 75 70 from distutils.util import get_platform … … 77 72 platform = '%s-%s'%(get_platform(),sys.version[:3]) 78 73 build_path = joinpath(root, 'build','lib.'+platform) 79 74 75 # Notify the help menu that the Sphinx documentation is in a different 76 # place than it otherwise would be. 80 77 os.environ['SASVIEW_DOC_PATH'] = joinpath(build_path, "doc") 81 78
Note: See TracChangeset
for help on using the changeset viewer.