Changes in run.py [18e7309:832fea2] in sasview


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • run.py

    r18e7309 r832fea2  
    7272    platform = '%s-%s'%(get_platform(),sys.version[:3]) 
    7373    build_path = joinpath(root, 'build','lib.'+platform) 
    74  
    75     # Notify the help menu that the Sphinx documentation is in a different 
     74     
     75    # Notify the help menu that the Sphinx documentation is in a different  
    7676    # place than it otherwise would be. 
    7777    os.environ['SASVIEW_DOC_PATH'] = joinpath(build_path, "doc") 
     
    123123    # Compiled modules need to be pulled from the build directory. 
    124124    # Some packages are not where they are needed, so load them explicitly. 
    125     import sas.sascalc.file_converter 
    126     sas.sascalc.file_converter.core = import_package('sas.sascalc.file_converter.core', 
    127                                   joinpath(build_path, 'sas', 'sascalc', 'file_converter', 'core'))                     
    128  
    129     # Compiled modules need to be pulled from the build directory. 
    130     # Some packages are not where they are needed, so load them explicitly. 
    131125    import sas.sascalc.calculator 
    132126    sas.sascalc.calculator.core = import_package('sas.sascalc.calculator.core', 
Note: See TracChangeset for help on using the changeset viewer.