python3/pypy compatibility fix + removing obsolete code

This commit is contained in:
sebres 2014-09-16 18:12:21 +02:00
parent 96de888ac7
commit 6c2937affc

View file

@ -748,8 +748,6 @@ class FileFilter(Filter):
if not dateTimeMatch:
break
unixTime = dateTimeMatch[0]
if int(unixTime) == int(date):
break
if unixTime >= date:
maxp = i
else: