Pychecker fixes
svn: r1276
This commit is contained in:
@@ -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
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
|
Reference in New Issue
Block a user