[Modeling-cvs] ProjectModeling/Modeling/ModelMasons/Python_bricks module_base.tmpl,1.6,1.7
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2004-11-29 17:03:11
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/ModelMasons/Python_bricks In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1472/Modeling/ModelMasons/Python_bricks Modified Files: module_base.tmpl Log Message: Msg. "# Generated by..." is now on the 1st line of the file Index: module_base.tmpl =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ModelMasons/Python_bricks/module_base.tmpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** module_base.tmpl 15 Nov 2003 13:26:28 -0000 1.6 --- module_base.tmpl 29 Nov 2004 17:02:58 -0000 1.7 *************** *** 1,4 **** --- 1,5 ---- ## This template will build the module #import time + # Generated by mdl_generate_python_code.py / $(time.strftime("%Y/%m/%d %H:%M")) #for entity in $entities: *************** *** 8,12 **** #end for - # Generated by mdl_generate_python_code.py / $(time.strftime("%Y/%m/%d %H:%M")) from Modeling.Validation import ValidationException from mx.DateTime import DateTimeFrom --- 9,12 ---- |