Re: [Zope3-Users] OOBTree instances lose attributes upon restart

2007-04-06 Thread Marius Gedminas
On Fri, Apr 06, 2007 at 12:53:06AM -0700, Douglas Douglas wrote: > Here's my class definition: > > class Variable(OOBTree, Contained): > > implements(IVariable, IAttributeAnnotatable) > > name = None > units = None > > I start the server and everything works like a charm. My AddForm

Re: [Zope3-Users] OOBTree instances lose attributes upon restart

2007-04-06 Thread Garanin Michael
Douglas Douglas wrote: Hi everyone. I've been fighting with this for a while now. So I mail the list for a suggestion. I have a `Variable` class wich I subclass from OOBTree, because I need a dictionary with the min, max options that OOBTree methods give. My object is supposed to store datetime

[Zope3-Users] OOBTree instances lose attributes upon restart

2007-04-06 Thread Douglas Douglas
Hi everyone. I've been fighting with this for a while now. So I mail the list for a suggestion. I have a `Variable` class wich I subclass from OOBTree, because I need a dictionary with the min, max options that OOBTree methods give. My object is supposed to store datetime.datetime instances as ke