mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
i believe that this could be ok
This commit is contained in:
parent
37de709df2
commit
f7eaffcec5
|
@ -17,8 +17,8 @@ try:
|
|||
import multiprocessing
|
||||
_multiprocessing = multiprocessing
|
||||
|
||||
# problems on FreeBSD (Reference: http://www.velocityreviews.com/forums/t716510-freebsd-and-multiprocessing.html)
|
||||
import multiprocessing.synchronize
|
||||
# problems on FreeBSD (Reference: http://www.eggheadcafe.com/microsoft/Python/35880259/multiprocessing-on-freebsd.aspx)
|
||||
queue = _multiprocessing.Queue()
|
||||
except ImportError, _:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user