[Modeling-cvs] ProjectModeling/Modeling EntityClassDescription.py,1.14,1.15
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-07-23 11:23:21
|
Update of /cvsroot/modeling/ProjectModeling/Modeling In directory sc8-pr-cvs1:/tmp/cvs-serv9773 Modified Files: EntityClassDescription.py Log Message: Fixed adaptorName() Index: EntityClassDescription.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/EntityClassDescription.py,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** EntityClassDescription.py 18 Jul 2003 13:50:34 -0000 1.14 --- EntityClassDescription.py 23 Jul 2003 11:23:12 -0000 1.15 *************** *** 90,94 **** persistent the corresponding instances """ ! return self._entity.adaptorName() def allAttributesKeys(self): --- 90,94 ---- persistent the corresponding instances """ ! return self._entity.model().adaptorName() def allAttributesKeys(self): |