mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 02:53:11 +00:00
Removing thirdparty OrderedDict
This commit is contained in:
parent
62a7bf3b03
commit
40a31c155c
12 changed files with 17 additions and 162 deletions
|
|
@ -200,7 +200,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 import OrderedDict
|
||||
from collections import OrderedDict
|
||||
from thirdparty.six import unichr as _unichr
|
||||
from thirdparty.six.moves import collections_abc as _collections
|
||||
from thirdparty.six.moves import configparser as _configparser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue