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.core.settings import WINDOWS_RESERVED_NAMES
|
|||
from lib.utils.safe2bin import safechardecode
|
||||
from thirdparty import six
|
||||
from thirdparty.magic import magic
|
||||
from thirdparty.odict import OrderedDict
|
||||
from collections import OrderedDict
|
||||
|
||||
class Dump(object):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue