Update of /cvsroot/modeling/ProjectModeling
In directory sc8-pr-cvs1:/tmp/cvs-serv7380
Modified Files:
setup.py
Log Message:
Added scripts/mdl_compile_model.py and update the __init__.py generated
by mdl_generate_DB_schema.py so that it automatically tries to load the
pickled model. Using the pickled model is *much* faster than loading the
model from its xml description.
Index: setup.py
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/setup.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** setup.py 21 Apr 2003 22:25:55 -0000 1.22
--- setup.py 25 Apr 2003 18:13:32 -0000 1.23
***************
*** 65,68 ****
scripts = ['Modeling/scripts/mdl_generate_DB_schema.py',
'Modeling/scripts/mdl_generate_python_code.py',
! 'Modeling/scripts/mdl_validate_model.py', ]
)
--- 65,69 ----
scripts = ['Modeling/scripts/mdl_generate_DB_schema.py',
'Modeling/scripts/mdl_generate_python_code.py',
! 'Modeling/scripts/mdl_validate_model.py',
! 'Modeling/scripts/mdl_compile_model.py', ]
)
|