mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
Minor just in case patch
This commit is contained in:
parent
193f8190c4
commit
9849f87b61
|
@ -8,6 +8,8 @@ See the file 'doc/COPYING' for copying permission
|
||||||
import logging
|
import logging
|
||||||
import optparse
|
import optparse
|
||||||
|
|
||||||
|
from lib.utils import versioncheck # this has to be the first non-standard import
|
||||||
|
|
||||||
from sqlmap import modulePath
|
from sqlmap import modulePath
|
||||||
from lib.core.common import setPaths
|
from lib.core.common import setPaths
|
||||||
from lib.core.data import paths
|
from lib.core.data import paths
|
||||||
|
|
Loading…
Reference in New Issue
Block a user