From: <mk...@us...> - 2003-10-19 17:54:30
|
Update of /cvsroot/csp/APPLICATIONS/SimData/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv12883/SimData Modified Files: Tag: b0_4_0 Parse.py Log Message: Index: Parse.py =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/SimData/Parse.py,v retrieving revision 1.12.2.1 retrieving revision 1.12.2.2 diff -C2 -d -r1.12.2.1 -r1.12.2.2 *** Parse.py 17 Oct 2003 21:33:55 -0000 1.12.2.1 --- Parse.py 19 Oct 2003 16:51:57 -0000 1.12.2.2 *************** *** 554,558 **** def __init__(self, id, base, name, attrs): SimpleHandler.__init__(self, id, base, name, attrs) ! WARN(1, "<Curve> is deprecated, use Table2 instead.") self._keys = {} --- 554,558 ---- def __init__(self, id, base, name, attrs): SimpleHandler.__init__(self, id, base, name, attrs) ! WARN(1, "<Table> is deprecated, use Table2 instead.") self._keys = {} |