Fixes for ZODB mode

svn: r997
This commit is contained in:
Don Allingham
2002-05-18 17:16:29 +00:00
parent 5db7003684
commit 78e1dffde7
4 changed files with 5 additions and 14 deletions

View File

@@ -1620,9 +1620,6 @@ class Family(Persistent):
"""Sets the list of Photo objects"""
self.photoList = list
def unique_note(self):
self.note = Note(self.note.get())
def someChildIsAncestor(self):
for child in self.Children:
if (child.getAncestor()):