* src/PedView.py: Import RelLib for accessing relationship constants.

* src/NameEdit.py: Use empty Date for newly created name.


svn: r4143
This commit is contained in:
Alex Roitman
2005-03-09 16:06:22 +00:00
parent a6cf17065a
commit 4646ad519f
3 changed files with 26 additions and 7 deletions

View File

@@ -20,6 +20,13 @@
# $Id$
#-------------------------------------------------------------------------
#
# Python modules
#
#-------------------------------------------------------------------------
from gettext import gettext as _
#-------------------------------------------------------------------------
#
# GTK/Gnome modules
@@ -40,10 +47,15 @@ except:
#
#-------------------------------------------------------------------------
import GrampsCfg
from gettext import gettext as _
import Relationship
import NameDisplay
import RelLib
#-------------------------------------------------------------------------
#
# Constants
#
#-------------------------------------------------------------------------
_PAD = 3
_CANVASPAD = 3
_PERSON = "p"