svn: r18481
This commit is contained in:
Jérôme Rapinat 2011-11-22 07:46:27 +00:00
parent e4319d610d
commit 6f07122979

View File

@ -588,7 +588,7 @@ class GeneWebParser(object):
gen.lib.EventType.NOB_TITLE, ttitle, tstart, tplace) gen.lib.EventType.NOB_TITLE, ttitle, tstart, tplace)
# TODO: Geneweb has a start date and an end date, and therefore # TODO: Geneweb has a start date and an end date, and therefore
# supprts stuff like: FROM about 1955 TO between 1998 and 1999 # supprts stuff like: FROM about 1955 TO between 1998 and 1999
# gramps only supports one single date ore range. # gramps only supports one single date or range.
if tname and tname != "*": if tname and tname != "*":
n = gen.lib.Note() n = gen.lib.Note()
n.set(tname) n.set(tname)