added conf.unescape global variable to control whether or not the injected statements should be unescaped

This commit is contained in:
Bernardo Damele
2012-07-10 01:37:16 +01:00
parent f645ac6040
commit a27f50ed1d
2 changed files with 4 additions and 1 deletions

View File

@@ -1402,6 +1402,7 @@ def __setConfAttributes():
conf.tests = []
conf.trafficFP = None
conf.wFileType = None
conf.unescape = True
def __setKnowledgeBaseAttributes(flushAll=True):
"""