[Modeling-cvs] ProjectModeling/Modeling/ModelMasons/Python_bricks setup_tmpl.tmpl,1.1,1.2
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2004-11-29 16:55:48
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/ModelMasons/Python_bricks In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30392/Modeling/ModelMasons/Python_bricks Modified Files: setup_tmpl.tmpl Log Message: Fixed: a whitespace between '#' and '!' on 1st line prevented it from being interpreted as the interpreter Index: setup_tmpl.tmpl =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ModelMasons/Python_bricks/setup_tmpl.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** setup_tmpl.tmpl 26 Aug 2002 21:19:31 -0000 1.1 --- setup_tmpl.tmpl 29 Nov 2004 16:55:38 -0000 1.2 *************** *** 1,3 **** ! # !/usr/bin/env python from distutils.core import setup --- 1,3 ---- ! #! /usr/bin/env python from distutils.core import setup |