Removing reflective warning for parsing heuristic test

This commit is contained in:
stamparm
2013-07-08 11:48:33 +02:00
parent 27bf37e741
commit 8d3435ab0b
3 changed files with 6 additions and 1 deletions

View File

@@ -1599,6 +1599,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
kb.forcedDbms = None
kb.headersFp = {}
kb.heuristicDbms = None
kb.heuristicMode = False
kb.heuristicTest = None
kb.hintValue = None
kb.htmlFp = []