* src/DateParser.py: Typo.

svn: r3730
This commit is contained in:
Alex Roitman
2004-11-16 20:45:25 +00:00
parent 5cf2a52871
commit 9d805acfa0
2 changed files with 4 additions and 1 deletions

View File

@@ -355,7 +355,7 @@ class DateParser:
s = groups[4] != None
value = (d,m,y,s)
if check and not check((d,m,y)):
value = DATE.EMPTY
value = Date.EMPTY
return value
return Date.EMPTY