mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-21 15:42:30 +01:00
Reimported needed imports!
This commit is contained in:
parent
3087c27659
commit
7b070acd17
1 changed files with 2 additions and 0 deletions
|
|
@ -34,8 +34,10 @@ import ntpath
|
|||
import posixpath
|
||||
import subprocess
|
||||
|
||||
from StringIO import StringIO
|
||||
from tempfile import NamedTemporaryFile
|
||||
from tempfile import mkstemp
|
||||
from xml.sax import parse
|
||||
|
||||
from extra.cloak.cloak import decloak
|
||||
from lib.contrib import magic
|
||||
|
|
|
|||
Loading…
Reference in a new issue