mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
quick fix (this other library was doing problems)
This commit is contained in:
parent
d6b52242c7
commit
7881ded60d
|
@ -18,7 +18,7 @@ try:
|
|||
_multiprocessing = multiprocessing
|
||||
|
||||
# problems on FreeBSD (Reference: http://www.velocityreviews.com/forums/t716510-freebsd-and-multiprocessing.html)
|
||||
import multiprocessing.queues
|
||||
import multiprocessing.synchronize
|
||||
except ImportError, _:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user