mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-29 01:19:47 +03:00
fix a deprecation warning coming from lib.core.common
This commit is contained in:
parent
94579aa80d
commit
9c01caad70
|
@ -32,6 +32,9 @@ import urllib
|
|||
import urllib2
|
||||
import urlparse
|
||||
import unicodedata
|
||||
import warnings
|
||||
|
||||
warnings.filterwarnings(action="ignore", category=DeprecationWarning)
|
||||
|
||||
from ConfigParser import DEFAULTSECT
|
||||
from ConfigParser import RawConfigParser
|
||||
|
|
Loading…
Reference in New Issue
Block a user