mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 08:22:15 +01:00
Minor just in case patch
This commit is contained in:
parent
193f8190c4
commit
9849f87b61
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ See the file 'doc/COPYING' for copying permission
|
|||
import logging
|
||||
import optparse
|
||||
|
||||
from lib.utils import versioncheck # this has to be the first non-standard import
|
||||
|
||||
from sqlmap import modulePath
|
||||
from lib.core.common import setPaths
|
||||
from lib.core.data import paths
|
||||
|
|
|
|||
Loading…
Reference in a new issue