mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Long live the Python2
This commit is contained in:
parent
8a783702d9
commit
0cd6285707
2 changed files with 2 additions and 1 deletions
|
|
@ -33,6 +33,7 @@ try:
|
|||
import traceback
|
||||
import warnings
|
||||
|
||||
warnings.filterwarnings(action="ignore", message="Python 2 is no longer supported")
|
||||
warnings.filterwarnings(action="ignore", message=".*was already imported", category=UserWarning)
|
||||
warnings.filterwarnings(action="ignore", message=".*using a very old release", category=UserWarning)
|
||||
warnings.filterwarnings(action="ignore", message=".*default buffer size will be used", category=RuntimeWarning)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue