From: Eric C. N. <eri...@us...> - 2002-04-30 16:21:14
|
Update of /cvsroot/recall/corba/src/Recall In directory usw-pr-cvs1:/tmp/cvs-serv8119/Recall Modified Files: Replica.py Log Message: remove useless line Index: Replica.py =================================================================== RCS file: /cvsroot/recall/corba/src/Recall/Replica.py,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Replica.py 21 Feb 2002 13:22:15 -0000 1.14 --- Replica.py 30 Apr 2002 16:21:10 -0000 1.15 *************** *** 21,25 **** def obj(self): if not self.object: - # obj = self._corba.find(self.name + "/Recall") obj = self._corba.find(self.name) if not obj: --- 21,24 ---- |