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 7cbe8331e0
commit 141fec93ab
48 changed files with 489 additions and 480 deletions

View File

@ -40,6 +40,7 @@ import os
import const
import GrampsCfg
import Calendar
import Gregorian
from RelLib import *
from intl import gettext as _
from QuestionDialog import ErrorDialog
@ -455,7 +456,7 @@ class XmlWriter:
return
name = date.get_calendar().NAME
if name != Calendar.Gregorian.NAME:
if name != Gregorian.Gregorian.NAME:
calstr = ' cformat="%s"' % name
else:
calstr = ''