* 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 cb66941d56
commit 41e0ff14a8
3 changed files with 7 additions and 4 deletions
+3 -3
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
#-------------------------------------------------------------------------