mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-09 09:52:35 +01:00
Removed ignore of deprecation warning, dealt with it in convert.py
This commit is contained in:
parent
4bea0e343a
commit
0795e1164d
1 changed files with 0 additions and 3 deletions
|
|
@ -26,9 +26,6 @@ import os
|
|||
import sys
|
||||
import time
|
||||
import traceback
|
||||
import warnings
|
||||
|
||||
warnings.filterwarnings(action = "ignore", message = ".*(md5|sha) module is deprecated", category = DeprecationWarning)
|
||||
|
||||
try:
|
||||
import psyco
|
||||
|
|
|
|||
Loading…
Reference in a new issue