minor update

This commit is contained in:
Miroslav Stampar
2011-11-22 12:18:24 +00:00
parent ac041399f0
commit 2e10de8921
4 changed files with 8 additions and 8 deletions

View File

@@ -1407,7 +1407,6 @@ def __setKnowledgeBaseAttributes(flushAll=True):
kb.explicitSettings = set()
kb.errorIsNone = True
kb.forcedDbms = None
kb.headersCount = 0
kb.headersFp = {}
kb.heuristicTest = None
kb.hintValue = None
@@ -1445,6 +1444,7 @@ def __setKnowledgeBaseAttributes(flushAll=True):
kb.pageEncoding = DEFAULT_PAGE_ENCODING
kb.pageStable = None
kb.partRun = None
kb.processResponseCounter = 0
kb.proxyAuthHeader = None
kb.queryCounter = 0
kb.redirectSetCookie = None