2006-09-05 Alex Roitman <shura@gramps-project.org>

* src/plugins/Verify.py: Import Errors.



svn: r7303
This commit is contained in:
Alex Roitman
2006-09-05 18:11:40 +00:00
parent 25f7f7b792
commit 3e71d93366
2 changed files with 4 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ try:
set()
except NameError:
from sets import Set as set
import Errors
#------------------------------------------------------------------------
#