mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
minor fix
This commit is contained in:
parent
b6ccc0cc43
commit
0cbcbf159c
|
@ -592,6 +592,9 @@ dragoun dash <dragoun.dash@gmail.com>
|
|||
fufuh <fufuh@users.sourceforge.net>
|
||||
for reporting a bug when running on Windows
|
||||
|
||||
Hans Wurst <wurstwass0r@googlemail.com>
|
||||
for reporting a bug
|
||||
|
||||
james <james@ev6.net>
|
||||
for reporting a bug
|
||||
|
||||
|
@ -642,6 +645,9 @@ shiftzwei <shiftzwei@gmail.com>
|
|||
smith <esmyl911@gmail.com>
|
||||
for reporting a minor bug
|
||||
|
||||
Soma Cruz <oleg.kupreev@gmail.com>
|
||||
for reporting a minor bug
|
||||
|
||||
Stuffe <stuffe.dk@gmail.com>
|
||||
for reporting a minor bug and a feature request
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@ See the file 'doc/COPYING' for copying permission
|
|||
import difflib
|
||||
import threading
|
||||
import time
|
||||
import traceback
|
||||
|
||||
from thread import error as threadError
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user