Implementation of an Issue #161

This commit is contained in:
Miroslav Stampar
2012-08-22 11:27:58 +02:00
parent 6210ddfbd6
commit 61151447fe
3 changed files with 21 additions and 5 deletions

View File

@@ -1496,6 +1496,7 @@ def __setKnowledgeBaseAttributes(flushAll=True):
kb.htmlFp = []
kb.httpErrorCodes = {}
kb.inferenceMode = False
kb.ignoreCasted = False
kb.ignoreNotFound = False
kb.ignoreTimeout = False
kb.injection = InjectionDict()