Fixed merge problem with date ranges
svn: r42
This commit is contained in:
@@ -138,6 +138,12 @@ class Date:
|
||||
return 0
|
||||
else:
|
||||
return 1
|
||||
|
||||
def isRange(self):
|
||||
if self.range == -1:
|
||||
return 0
|
||||
else:
|
||||
return 1
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user