Skip to content

Commit a367dca

Browse files
committed
Adding a small comment
1 parent 3947396 commit a367dca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sqlmap.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
warnings.filterwarnings(action="ignore", message=".*was already imported", category=UserWarning)
1616
warnings.filterwarnings(action="ignore", category=DeprecationWarning)
1717

18-
from lib.utils import versioncheck
18+
from lib.utils import versioncheck # this has to be the first non-standard import
19+
1920
from lib.controller.controller import start
2021
from lib.core.common import banner
2122
from lib.core.common import dataToStdout

0 commit comments

Comments
 (0)