mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-05 16:02:14 +00:00
Removing thirdparty OrderedDict
This commit is contained in:
parent
62a7bf3b03
commit
40a31c155c
12 changed files with 17 additions and 162 deletions
|
|
@ -57,7 +57,7 @@ from lib.parse.html import htmlParser
|
|||
from thirdparty import six
|
||||
from thirdparty.chardet import detect
|
||||
from thirdparty.identywaf import identYwaf
|
||||
from thirdparty.odict import OrderedDict
|
||||
from collections import OrderedDict
|
||||
from thirdparty.six import unichr as _unichr
|
||||
from thirdparty.six.moves import http_client as _http_client
|
||||
|
||||
|
|
|
|||
|
|
@ -140,7 +140,7 @@ from lib.request.direct import direct
|
|||
from lib.request.methodrequest import MethodRequest
|
||||
from lib.utils.safe2bin import safecharencode
|
||||
from thirdparty import six
|
||||
from thirdparty.odict import OrderedDict
|
||||
from collections import OrderedDict
|
||||
from thirdparty.six import unichr as _unichr
|
||||
from thirdparty.six.moves import http_client as _http_client
|
||||
from thirdparty.six.moves import urllib as _urllib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue