From: "Arndt Droullier" <[EMAIL PROTECTED]>
> How can I save the list/dictionaries after changes?

The easiest thing to do is to is to use PersistentMapping and
PersistentList.
Create them in __init__ with "self.dictionary = PersistentMapping()" instead
of setting them as a class attribute.



_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to