mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Minor refactoring
This commit is contained in:
parent
636e0588d5
commit
2358e34bb8
3 changed files with 0 additions and 7 deletions
|
|
@ -9,7 +9,6 @@ import re
|
|||
|
||||
from xml.sax.handler import ContentHandler
|
||||
|
||||
from lib.core.common import checkFile
|
||||
from lib.core.common import parseXmlFile
|
||||
from lib.core.data import kb
|
||||
from lib.core.data import paths
|
||||
|
|
@ -49,7 +48,6 @@ def htmlParser(page):
|
|||
"""
|
||||
|
||||
xmlfile = paths.ERRORS_XML
|
||||
checkFile(xmlfile)
|
||||
handler = HTMLHandler(page)
|
||||
|
||||
parseXmlFile(xmlfile, handler)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue