Fixed merge problem with date ranges

svn: r42
This commit is contained in:
Don Allingham
2001-05-19 18:41:47 +00:00
parent cda2cc0d5d
commit 3fc9127754
2 changed files with 43 additions and 0 deletions

View File

@@ -138,6 +138,12 @@ class Date:
return 0
else:
return 1
def isRange(self):
if self.range == -1:
return 0
else:
return 1
#--------------------------------------------------------------------
#