Pychecker fixes

svn: r1276
This commit is contained in:
Don Allingham 2003-01-29 04:50:10 +00:00
parent 71ee24226d
commit e049fd4f13
2 changed files with 2 additions and 1 deletions

View File

@ -297,7 +297,7 @@ class IsMale(Rule):
return 'Is a male'
def apply(self,db,p):
return p.getGender() == Person.Person.male
return p.getGender() == RelLib.Person.male
#-------------------------------------------------------------------------
#

View File

@ -41,6 +41,7 @@ import Utils
import const
import TextDoc
import ListModel
from intl import gettext as _
class StyleListDisplay:
"""