Update of /cvsroot/csp/APPLICATIONS/CSPSim/Bin
In directory sc8-pr-cvs1:/tmp/cvs-serv30166
Modified Files:
CompileData.py RebuildData.py
Log Message:
added python shell escape
Index: CompileData.py
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Bin/CompileData.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** CompileData.py 28 Mar 2003 18:48:59 -0000 1.2
--- CompileData.py 11 Apr 2003 18:46:29 -0000 1.3
***************
*** 1,2 ****
--- 1,4 ----
+ #!/usr/bin/python
+
import sys
Index: RebuildData.py
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Bin/RebuildData.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** RebuildData.py 28 Mar 2003 18:39:48 -0000 1.2
--- RebuildData.py 11 Apr 2003 18:46:29 -0000 1.3
***************
*** 1,2 ****
--- 1,4 ----
+ #!/usr/bin/python
+
import sys
|