* src/plugins/Check.py: Import const module.

* src/PedView.py: Add person to the list even if there are no parents.


svn: r3466
This commit is contained in:
Alex Roitman
2004-08-22 01:41:53 +00:00
parent 076fa45195
commit 136d64ab89
3 changed files with 7 additions and 4 deletions

View File

@ -30,6 +30,7 @@
import os
import cStringIO
import shutil
from gettext import gettext as _
#-------------------------------------------------------------------------
#
@ -41,13 +42,12 @@ import gtk.glade
#-------------------------------------------------------------------------
#
# gtk modules
# GRAMPS modules
#
#-------------------------------------------------------------------------
import RelLib
import Utils
from gettext import gettext as _
import const
from QuestionDialog import OkDialog, MissingMediaDialog
#-------------------------------------------------------------------------