Update of /cvsroot/modeling/ProjectModeling/Modeling/ModelMasons/Python_bricks
In directory sc8-pr-cvs1:/tmp/cvs-serv19810/ModelMasons/Python_bricks
Modified Files:
Tag: brch-0_9pre6-1-ModelMasons_base_generation_scheme
base_module.tmpl
Log Message:
Added a timestamp in comment at beginning of file
Index: base_module.tmpl
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ModelMasons/Python_bricks/base_module.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** base_module.tmpl 21 Apr 2003 22:53:05 -0000 1.1.2.1
--- base_module.tmpl 16 May 2003 11:01:25 -0000 1.1.2.2
***************
*** 1,3 ****
--- 1,5 ----
## This template will build the <module>Base.py module
+ #import time
+ # Generated by mdl_generate_python_code.py / $(time.strftime("%Y/%m/%d %H:%M"))
# DO NOT MODIFY THIS FILE -- IT WILL BE OVERWRITTEN
# Instead, modify $(model.packageName).$(entities[0].moduleName())
|