mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Switching from old odict (non-concise ordering compared to collections) to ordereddict
This commit is contained in:
@@ -47,7 +47,7 @@ from lib.parse.headers import headersParser
|
||||
from lib.parse.html import htmlParser
|
||||
from lib.utils.htmlentities import htmlEntities
|
||||
from thirdparty.chardet import detect
|
||||
from thirdparty.odict.odict import OrderedDict
|
||||
from thirdparty.odict import OrderedDict
|
||||
|
||||
def forgeHeaders(items=None, base=None):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user