Minor refactoring

This commit is contained in:
Miroslav Stampar
2014-12-02 10:50:15 +01:00
parent 636e0588d5
commit 2358e34bb8
3 changed files with 0 additions and 7 deletions

View File

@@ -8,7 +8,6 @@ See the file 'doc/COPYING' for copying permission
import itertools
import os
from lib.core.common import checkFile
from lib.core.common import parseXmlFile
from lib.core.data import kb
from lib.core.data import paths
@@ -36,7 +35,6 @@ def headersParser(headers):
for header in itertools.ifilter(lambda x: x in kb.headerPaths, headers):
value = headers[header]
xmlfile = kb.headerPaths[header]
checkFile(xmlfile)
handler = FingerprintHandler(value, kb.headersFp)