Changes in / [5a3c1f0:b6f5ad1c] in sasview


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • build_tools/jenkins_win_build.bat

    rd2fd8fc rb188f53  
    1616 
    1717:: SET SASVIEW GITHASH ################################################ 
    18 :: cd %WORKSPACE% 
    19 :: cd sasview\sasview 
    20 :: git rev-parse HEAD > tmpFile_githash 
    21 :: SET /p githash= < tmpFile_githash 
    22 :: DEL tmpFile_githash 
    23 :: %GIT_SED% -i.bak "s/GIT_COMMIT/%githash%/g" __init__.py 
     18cd %WORKSPACE% 
     19cd sasview\sasview 
     20git rev-parse HEAD > tmpFile_githash 
     21SET /p githash= < tmpFile_githash 
     22DEL tmpFile_githash 
     23%GIT_SED% -i.bak "s/GIT_COMMIT/%githash%/g" __init__.py 
    2424 
    2525 
  • src/sas/sascalc/calculator/sas_gen.py

    rd2fd8fc rcb4ef58  
    33SAS generic computation and sld file readers 
    44""" 
     5from sas.sascalc.calculator.BaseComponent import BaseComponent 
    56import sas.sascalc.calculator.core.sld2i as mod 
    6 from sas.sascalc.calculator.BaseComponent import BaseComponent 
    77from periodictable import formula 
    88from periodictable import nsf 
Note: See TracChangeset for help on using the changeset viewer.