Minor refactoring

This commit is contained in:
Miroslav Stampar
2016-09-20 10:03:00 +02:00
parent bcd62ecc5b
commit 56a918c408
4 changed files with 7 additions and 5 deletions

View File

@@ -1844,6 +1844,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
kb.cache.addrinfo = {}
kb.cache.content = {}
kb.cache.encoding = {}
kb.cache.intBoundaries = None
kb.cache.parsedDbms = {}
kb.cache.regex = {}
kb.cache.stdev = {}