mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +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
|
||||
|
||||
warnings.filterwarnings(action="ignore", message=".*was already imported", category=UserWarning)
|
||||
warnings.filterwarnings(action="ignore", category=DeprecationWarning)
|
||||
|
||||
try:
|
||||
import psyco
|
||||
|
|
|
|||
Loading…
Reference in a new issue