Changeset 70a9d1c in sasview


Ignore:
Timestamp:
Nov 30, 2014 1:09:38 PM (9 years ago)
Author:
Peter Parker
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
Message:

Refs #221 - Move comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • run.py

    rc3437260 r70a9d1c  
    6767    #import numpy; numpy.seterr(all='raise') 
    6868 
    69     # Notify the help menu that the Sphinx documentation is in a different  
    70     # place than it otherwise would be. 
    71  
    72      
    73  
    7469    # find the directories for the source and build 
    7570    from distutils.util import get_platform 
     
    7772    platform = '%s-%s'%(get_platform(),sys.version[:3]) 
    7873    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. 
    8077    os.environ['SASVIEW_DOC_PATH'] = joinpath(build_path, "doc") 
    8178 
Note: See TracChangeset for help on using the changeset viewer.