* 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:
		| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user