Skip to content

Commit 9849f87

Browse files
committed
Minor just in case patch
1 parent 193f819 commit 9849f87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sqlmapapi.py

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
import logging
99
import optparse
1010

11+
from lib.utils import versioncheck # this has to be the first non-standard import
12+
1113
from sqlmap import modulePath
1214
from lib.core.common import setPaths
1315
from lib.core.data import paths

0 commit comments

Comments
 (0)