Re: [Modeling-users] (more) problems with inheritance
Status: Abandoned
Brought to you by:
sbigaret
From: Mario R. <ma...@ru...> - 2004-08-17 22:33:47
|
On Aug 17, 2004, at 5:16 PM, Lorenzo Gil Sanchez wrote: > c = Customer() > c.setName('Lorenzo') > c.setPhone('93923924') > print c You are forgetting to ec.insert(c)... For your previous mail about inheritance problem, wait until Seb is back to confirm whether it is actually a bug or not... mario |