[Zope] zope product problem

zope at netchan.cotse.net zope at netchan.cotse.net
Wed May 5 09:30:43 EDT 2004


You have to change the attribute names in the __init__ method, not in
the _properties construct:

def __init__(self, id, question, responses):
	self.id=id
	self.question = question
	self.responses = responses




More information about the Zope mailing list