mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Minor bug fix
This commit is contained in:
parent
8134c2154a
commit
5f0114a2a8
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ from ConfigParser import NoSectionError
|
|||
|
||||
from lib.core.common import checkFile
|
||||
from lib.core.common import UnicodeRawConfigParser
|
||||
from lib.core.data import conf
|
||||
from lib.core.data import logger
|
||||
from lib.core.exception import sqlmapMissingMandatoryOptionException
|
||||
from lib.core.optiondict import optDict
|
||||
|
|
|
|||
Loading…
Reference in a new issue