4012: Improvement for "What's next" report

svn: r15479
This commit is contained in:
Doug Blank 2010-05-25 13:21:06 +00:00
parent 6c91585f43
commit 5e632304dc

View File

@ -108,7 +108,7 @@ class WhatNextGramplet(Gramplet):
# the ancestors of my sibling's spouses etc.
ancestors = [[default_person]]
ancestors_queue = ([[[default_person]]] +
[[] for in in range(self.ANCESTOR_DELAY)])
[[] for i in range(self.ANCESTOR_DELAY)])
# List of lists of families of relatives in currently processed
# distance. We go up one level of distance in each round.