Unoptimized to work

svn: r14407
This commit is contained in:
Doug Blank 2010-02-17 11:53:19 +00:00
parent f68b3b5164
commit 993a5c2fcd

View File

@ -84,7 +84,8 @@ class NoteBase(object):
"""
if handle in self.note_list:
self.note_list.remove(handle)
map(item.remove_note, self.get_note_child_list())
for item in self.get_note_child_list():
item.remove_note(handle)
def get_note_child_list(self):
"""