svn: r9380
This commit is contained in:
Doug Blank 2007-11-21 14:55:19 +00:00
parent 9ee75010b6
commit 5975600e6a

View File

@ -69,7 +69,7 @@ class LivingProxyDb(ProxyDbBase):
"""
ProxyDbBase.__init__(self, db)
self.mode = mode
self.current_date = gen.lib.Date()
self.current_date = Date()
self.current_date.set_year(current_year)
self.years_after_death = years_after_death