Update of /cvsroot/modeling/ProjectModeling/Modeling/ModelMasons/Python_bricks
In directory sc8-pr-cvs1:/tmp/cvs-serv21021/ModelMasons/Python_bricks
Modified Files:
module_compact.tmpl
Log Message:
Added header "Generated by ..."
Index: module_compact.tmpl
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ModelMasons/Python_bricks/module_compact.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** module_compact.tmpl 20 Apr 2003 16:10:40 -0000 1.1
--- module_compact.tmpl 3 Aug 2003 13:58:10 -0000 1.2
***************
*** 1,4 ****
## This template will build the module
! # Modeling
#set $custom = 1
#for entity in $entities:
--- 1,5 ----
## This template will build the module
! #import time
! # Generated by mdl_generate_python_code.py / $(time.strftime("%Y/%m/%d %H:%M"))
#set $custom = 1
#for entity in $entities:
|