[Modeling-cvs] ProjectModeling/Modeling/ModelMasons/Python_bricks module_base.tmpl,1.3,1.4
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-08-03 13:59:00
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/ModelMasons/Python_bricks In directory sc8-pr-cvs1:/tmp/cvs-serv21080/ModelMasons/Python_bricks Modified Files: module_base.tmpl Log Message: Fixed header "Generated by...": time was not correctly generated. thanks to Mario Ruggier for reporting it Index: module_base.tmpl =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ModelMasons/Python_bricks/module_base.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** module_base.tmpl 26 May 2003 15:44:48 -0000 1.3 --- module_base.tmpl 3 Aug 2003 13:58:55 -0000 1.4 *************** *** 2,6 **** #import time import $(base_dir) ! # Generated by mdl_generate_python_code.py / time.strftime("%Y/%m/%d %H:%M") from Modeling.Validation import ValidationException from mx.DateTime import DateTimeFrom --- 2,6 ---- #import time import $(base_dir) ! # Generated by mdl_generate_python_code.py / $(time.strftime("%Y/%m/%d %H:%M")) from Modeling.Validation import ValidationException from mx.DateTime import DateTimeFrom |