pychecker fixes, GEDCOM import/export improvements, calendar improvements

svn: r1250
This commit is contained in:
Don Allingham
2003-01-10 05:21:32 +00:00
parent 711323177a
commit 7f514dac82
48 changed files with 489 additions and 480 deletions

View File

@ -333,7 +333,7 @@ class SingleDate:
self.calendar.set_month_string(text)
def getMonthStr(self):
return _mname[self.month]
return self.calendar.month(self.month)
def getIsoDate(self):
if self.year == UNDEF: