Update and fix for an Issue #182

This commit is contained in:
Miroslav Stampar
2012-09-11 14:58:52 +02:00
parent 10b671d625
commit 511c3b8dcc
4 changed files with 18 additions and 5 deletions

View File

@@ -1513,6 +1513,7 @@ def __setKnowledgeBaseAttributes(flushAll=True):
kb.multiThreadMode = False
kb.negativeLogic = False
kb.nullConnection = None
kb.pageCompress = True
kb.pageTemplate = None
kb.pageTemplates = dict()
kb.previousMethod = None