Changeset f9393dc in sasview for run.py


Ignore:
Timestamp:
Feb 20, 2015 3:26:23 AM (9 years ago)
Author:
pkienzle
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:
8a428fc
Parents:
c3caa49
Message:

remove park refs from build/run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • run.py

    r3a39c2e rf9393dc  
    103103    # Put the source trees on the path 
    104104    addpath(joinpath(root, 'src')) 
    105     addpath(joinpath(root, 'park-1.2.1')) 
    106105 
    107106    # Import the sasview package from root/sasview as sas.sasview.  It would 
     
    118117    sas.pr.core = import_package('sas.pr.core', 
    119118                                  joinpath(build_path, 'sas', 'pr', 'core')) 
    120     #import_dll('park._modeling', build_path) 
    121119 
    122     #park = import_package('park',os.path.join(build_path,'park')) 
    123120 
    124121    # Pull the entire sas.models package from the build directory since it contains 
Note: See TracChangeset for help on using the changeset viewer.