mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
quick fix (this other library was doing problems)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user