Ooops that wasn't right

This commit is contained in:
Sam Wenham 2015-01-26 21:13:47 +00:00
parent a5e7fcf435
commit 187e537f46

View File

@ -112,7 +112,6 @@ def ParseDate(tripdate, year):
yadd = int(year[:2]) * 100
day, month, year = int(mdategoof.group(1)), int(mdategoof.group(2)), int(mdategoof.group(4)) + yadd
else:
continue
#assert False, tripdate
return datetime.date(year, month, day)