mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 01:16:59 +00:00
Minor nuisance patch
This commit is contained in:
parent
78e503d7b2
commit
4237333dca
2 changed files with 5 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ See the file 'doc/COPYING' for copying permission
|
|||
|
||||
import logging
|
||||
import optparse
|
||||
import sys
|
||||
|
||||
sys.dont_write_bytecode = True
|
||||
|
||||
from lib.utils import versioncheck # this has to be the first non-standard import
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue