Browse Source

removing early exit in configIsToday()

Josh Wilson 16 years ago
parent
commit
cf7d53c470
1 changed files with 0 additions and 1 deletions
  1. 0 1
      direct/src/showbase/PythonUtil.py

+ 0 - 1
direct/src/showbase/PythonUtil.py

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