2006-09-05 Alex Roitman <shura@gramps-project.org>
* src/plugins/Verify.py: Import Errors. svn: r7303
This commit is contained in:
parent
25f7f7b792
commit
3e71d93366
@ -1,3 +1,6 @@
|
||||
2006-09-05 Alex Roitman <shura@gramps-project.org>
|
||||
* src/plugins/Verify.py: Import Errors.
|
||||
|
||||
2006-09-04 Don Allingham <don@gramps-project.org>
|
||||
* src/GrampsDb/_ReadGedcom.py: don't delete tabs
|
||||
* src/DisplayTabs/_NoteTab.py: allow tabs to be entered
|
||||
|
@ -38,6 +38,7 @@ try:
|
||||
set()
|
||||
except NameError:
|
||||
from sets import Set as set
|
||||
import Errors
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user