From 102189d77a6f7a644d48335cfca3ab54094a2a84 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Tue, 25 May 2010 13:20:33 +0000 Subject: [PATCH] 4012: Improvement for "What's next" report svn: r15478 --- src/plugins/gramplet/WhatsNext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/gramplet/WhatsNext.py b/src/plugins/gramplet/WhatsNext.py index ec0f58d6a..97d006951 100644 --- a/src/plugins/gramplet/WhatsNext.py +++ b/src/plugins/gramplet/WhatsNext.py @@ -107,7 +107,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.