We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193f819 commit 9849f87Copy full SHA for 9849f87
sqlmapapi.py
@@ -8,6 +8,8 @@
8
import logging
9
import optparse
10
11
+from lib.utils import versioncheck # this has to be the first non-standard import
12
+
13
from sqlmap import modulePath
14
from lib.core.common import setPaths
15
from lib.core.data import paths
0 commit comments