Update of /cvsroot/csp/APPLICATIONS/CSPSim/Bin
In directory sc8-pr-cvs1:/tmp/cvs-serv4902
Modified Files:
RebuildData.py
Log Message:
Index: RebuildData.py
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Bin/RebuildData.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** RebuildData.py 27 Mar 2003 22:59:39 -0000 1.1
--- RebuildData.py 28 Mar 2003 18:39:48 -0000 1.2
***************
*** 1,4 ****
import sys
- sys.path = ['../Source'] + sys.path
sys.argv.append("--compile-data")
--- 1,3 ----
|