* src/Date.py: fix get_month_valid call

* src/DateDisplay.py: pychecker fixes
* src/EditPerson.py: pychecker fixes
* src/GrampDbBase.py: pychecker fixes
* src/Marriage.py: bring up to date with the DateParser
* src/PeopleView.py: pychecker fixes
* src/RelLib.py: pychecker fixes


svn: r3594
This commit is contained in:
Don Allingham
2004-10-03 21:04:54 +00:00
parent 3714eb6ef0
commit a2c6076b4f
8 changed files with 52 additions and 52 deletions

View File

@ -31,12 +31,10 @@ __version__ = "$Revision$"
#
#-------------------------------------------------------------------------
from gettext import gettext as _
from re import compile
import os
import os.path
import time
import types
#-------------------------------------------------------------------------
#
@ -44,11 +42,9 @@ import types
#
#-------------------------------------------------------------------------
import Date
import DateParser
import DateHandler
import GrampsCfg
import const
import Utils
#-------------------------------------------------------------------------
#
@ -226,7 +222,7 @@ class Person(PrimaryObject,SourceNote):
male = 1
female = 0
def __init__(self,handle=""):
def __init__(self):
"""creates a new Person instance"""
PrimaryObject.__init__(self)
SourceNote.__init__(self)