Added parishes to places, fixed several things from pychecker

svn: r537
This commit is contained in:
Don Allingham
2001-11-01 20:55:44 +00:00
parent 3626ef0b2e
commit b0cfd55e21
14 changed files with 397 additions and 114 deletions

View File

@@ -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
#--------------------------------------------------------------------
#