* src/WriteGedcom.py: Remove extraneous import.

svn: r3715
This commit is contained in:
Alex Roitman 2004-11-09 16:19:40 +00:00
parent 8ea34283c8
commit 6914dc80e6
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2004-11-08 Alex Roitman <shura@alex.neuro.umn.edu>
* src/WriteGedcom.py: Remove extraneous import.
2004-11-08 Don Allingham <dallingham@users.sourceforge.net>
* src/DateHandler.py: add handlers for fr_FR
* src/DateParser.py: add parser for french

View File

@ -52,7 +52,6 @@ import GedcomInfo
import Errors
import ansel_utf8
import Utils
import Date
from gettext import gettext as _
from QuestionDialog import ErrorDialog