Update of /cvsroot/csp/APPLICATIONS/SimData/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv22976/SimData
Modified Files:
Parse.py
Log Message:
Index: Parse.py
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/SimData/Parse.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Parse.py 18 Jul 2003 18:44:08 -0000 1.9
--- Parse.py 24 Jul 2003 20:24:49 -0000 1.10
***************
*** 394,397 ****
--- 394,398 ----
# method that swig generates will accept. yuck!
def assign(self, interface, obj, name):
+ print "ASSIGN: ", obj, name, len(self._element)
interface.set(obj, name, str(self._element))
# return
|