conf.unescape->kb.unescape

This commit is contained in:
Miroslav Stampar
2012-07-10 10:55:04 +02:00
parent e7f78bf04f
commit 8caffac4bc
3 changed files with 5 additions and 5 deletions

View File

@@ -1402,7 +1402,6 @@ def __setConfAttributes():
conf.tests = []
conf.trafficFP = None
conf.wFileType = None
conf.unescape = True
def __setKnowledgeBaseAttributes(flushAll=True):
"""
@@ -1518,6 +1517,7 @@ def __setKnowledgeBaseAttributes(flushAll=True):
kb.threadException = False
kb.timeValidCharsRun = 0
kb.uChar = NULL
kb.unescape = True
kb.unionDuplicates = False
kb.xpCmdshellAvailable = False