mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-04 07:21:04 +00:00
Removing thirdparty OrderedDict
This commit is contained in:
parent
62a7bf3b03
commit
40a31c155c
12 changed files with 17 additions and 162 deletions
|
|
@ -62,7 +62,7 @@ from lib.request.connect import Connect as Request
|
|||
from lib.utils.progress import ProgressBar
|
||||
from lib.utils.safe2bin import safecharencode
|
||||
from thirdparty import six
|
||||
from thirdparty.odict import OrderedDict
|
||||
from collections import OrderedDict
|
||||
|
||||
def _oneShotUnionUse(expression, unpack=True, limited=False):
|
||||
retVal = hashDBRetrieve("%s%s" % (conf.hexConvert or False, expression), checkConf=True) # as UNION data is stored raw unconverted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue