removing early exit in configIsToday()

This commit is contained in:
Josh Wilson 2009-07-22 19:20:35 +00:00
parent 028b98ab2b
commit cf7d53c470
1 changed files with 0 additions and 1 deletions

View File

@ -3961,7 +3961,6 @@ def isInteger(n):
def configIsToday(configName):
# TODO: replace usage of strptime with something else
return False
# returns true if config string is a valid representation of today's date
today = time.localtime()
confStr = config.GetString(configName, '')