mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-31 07:36:06 +00:00
Removing thirdparty OrderedDict
This commit is contained in:
parent
62a7bf3b03
commit
40a31c155c
12 changed files with 17 additions and 162 deletions
|
|
@ -79,7 +79,7 @@ from lib.core.settings import XML_RECOGNITION_REGEX
|
|||
from lib.core.threads import getCurrentThreadData
|
||||
from lib.utils.hashdb import HashDB
|
||||
from thirdparty import six
|
||||
from thirdparty.odict import OrderedDict
|
||||
from collections import OrderedDict
|
||||
from thirdparty.six.moves import urllib as _urllib
|
||||
|
||||
def _setRequestParams():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue