Fix silly cut/paste problem.

This commit is contained in:
Ray 2009-03-18 11:34:43 -04:00
parent 48c2c36de6
commit e485a9c035

View File

@ -212,7 +212,7 @@ class Import:
if node.hasAttribute("fastStoreHudCache"):
self.fastStoreHudCache = node.getAttribute("fastStoreHudCache")
else:
self.saveActions = False
self.fastStoreHudCache = False
def __str__(self):
return " interval = %s\n callFpdbHud = %s\n hhArchiveBase = %s\n saveActions = %s\n fastStoreHudCache = %s\n" \