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 #------------------------------------------------------------------------ #