mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-08 09:24:01 +01:00
just in case for Deprecated modules
This commit is contained in:
parent
eafab03d99
commit
96da7ba4eb
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ import traceback
|
||||||
import warnings
|
import warnings
|
||||||
|
|
||||||
warnings.filterwarnings(action="ignore", message=".*was already imported", category=UserWarning)
|
warnings.filterwarnings(action="ignore", message=".*was already imported", category=UserWarning)
|
||||||
|
warnings.filterwarnings(action="ignore", category=DeprecationWarning)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import psyco
|
import psyco
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue