Added parishes to places, fixed several things from pychecker
svn: r537
This commit is contained in:
@@ -112,7 +112,7 @@ class Date:
|
||||
return compare_dates(self,other) < 0
|
||||
|
||||
def equal_to(self,other):
|
||||
return compare_dates(other) == 0
|
||||
return compare_dates(self,other) == 0
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user