From 0e20d344f5b09a9e5fb334cb8f32086d18fce55d Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Tue, 5 Sep 2006 18:11:40 +0000 Subject: [PATCH] 2006-09-05 Alex Roitman * src/plugins/Verify.py: Import Errors. svn: r7303 --- gramps2/ChangeLog | 3 +++ gramps2/src/plugins/Verify.py | 1 + 2 files changed, 4 insertions(+) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index ad46b694f..ad6ed202f 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,6 @@ +2006-09-05 Alex Roitman + * src/plugins/Verify.py: Import Errors. + 2006-09-04 Don Allingham * src/GrampsDb/_ReadGedcom.py: don't delete tabs * src/DisplayTabs/_NoteTab.py: allow tabs to be entered diff --git a/gramps2/src/plugins/Verify.py b/gramps2/src/plugins/Verify.py index 726d16ab9..6c8c3826a 100644 --- a/gramps2/src/plugins/Verify.py +++ b/gramps2/src/plugins/Verify.py @@ -38,6 +38,7 @@ try: set() except NameError: from sets import Set as set +import Errors #------------------------------------------------------------------------ #