From 3e71d933662424ac87900ae7e8975ac4feef1780 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 --- ChangeLog | 3 +++ src/plugins/Verify.py | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index ad46b694f..ad6ed202f 100644 --- a/ChangeLog +++ b/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/src/plugins/Verify.py b/src/plugins/Verify.py index 726d16ab9..6c8c3826a 100644 --- a/src/plugins/Verify.py +++ b/src/plugins/Verify.py @@ -38,6 +38,7 @@ try: set() except NameError: from sets import Set as set +import Errors #------------------------------------------------------------------------ #