mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Switching from old odict (non-concise ordering compared to collections) to ordereddict
This commit is contained in:
parent
f4338952ac
commit
c7bb44b0a2
12 changed files with 151 additions and 1445 deletions
|
|
@ -177,7 +177,7 @@ from thirdparty.clientform.clientform import ParseResponse
|
|||
from thirdparty.clientform.clientform import ParseError
|
||||
from thirdparty.colorama.initialise import init as coloramainit
|
||||
from thirdparty.magic import magic
|
||||
from thirdparty.odict.odict import OrderedDict
|
||||
from thirdparty.odict import OrderedDict
|
||||
from thirdparty.termcolor.termcolor import colored
|
||||
|
||||
class UnicodeRawConfigParser(RawConfigParser):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue