[Modeling-cvs] ProjectModeling/Modeling ModelSet.py,1.7.2.1,1.7.2.2
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-07-07 12:05:26
|
Update of /cvsroot/modeling/ProjectModeling/Modeling In directory sc8-pr-cvs1:/tmp/cvs-serv13231 Modified Files: Tag: brch-0_9pre7-1-PyModel ModelSet.py Log Message: misc. fix Index: ModelSet.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ModelSet.py,v retrieving revision 1.7.2.1 retrieving revision 1.7.2.2 diff -C2 -d -r1.7.2.1 -r1.7.2.2 *** ModelSet.py 17 Jun 2003 16:57:43 -0000 1.7.2.1 --- ModelSet.py 7 Jul 2003 12:05:23 -0000 1.7.2.2 *************** *** 105,108 **** --- 105,109 ---- import warnings warnings.warn("ModelSet.updateModelWithCFG() is deprecated: use Model.updateModelWithCFG() instead. This method will be removed in v0.9.1", DeprecationWarning) + from Modeling import Model return Model.updateModelWithCFG(model, cfg_path) |