adding switch --eval

This commit is contained in:
Miroslav Stampar
2011-11-21 16:41:02 +00:00
parent 0ce885e6e6
commit 65b2b0ad87
7 changed files with 47 additions and 3 deletions

View File

@@ -1402,7 +1402,6 @@ def __setKnowledgeBaseAttributes(flushAll=True):
kb.dynamicMarkings = []
kb.dynamicParameters = False
kb.endDetection = False
kb.httpErrorCodes = {}
kb.explicitSettings = set()
kb.errorIsNone = True
kb.forcedDbms = None
@@ -1411,6 +1410,8 @@ def __setKnowledgeBaseAttributes(flushAll=True):
kb.heuristicTest = None
kb.hintValue = None
kb.htmlFp = []
kb.httpErrorCodes = {}
kb.inferenceMode = False
kb.ignoreTimeout = False
kb.injection = InjectionDict()
kb.injections = []