Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20385
Modified Files:
configure.py
Log Message:
Did this to make sure it forces Python2.3, some systems still use 2.2 for some reason.
Index: configure.py
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/configure.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** configure.py 19 Aug 2004 05:55:41 -0000 1.21
--- configure.py 19 Aug 2004 12:08:25 -0000 1.22
***************
*** 1,3 ****
! #!/usr/bin/env python
#################################################################
# ) (\_ # Wolfpack 13.0.0 Build Script #
--- 1,3 ----
! #!/usr/bin/env python2.3
#################################################################
# ) (\_ # Wolfpack 13.0.0 Build Script #
|