'chardet' heuristic engine added to the project

This commit is contained in:
Miroslav Stampar
2011-04-18 13:38:46 +00:00
parent b5aef9bcf9
commit 354a2ce249
38 changed files with 7232 additions and 7 deletions

View File

@@ -1314,6 +1314,7 @@ def __setKnowledgeBaseAttributes(flushAll=True):
kb.threadContinue = True
kb.threadException = False
kb.threadData = {}
kb.warningFlags = set()
kb.misc = advancedDict()
kb.misc.delimiter = randomStr(length=6, lowercase=True)