quick fix (this other library was doing problems)

This commit is contained in:
Miroslav Stampar 2011-07-20 22:20:16 +00:00
parent d6b52242c7
commit 7881ded60d

View File

@ -18,7 +18,7 @@ try:
_multiprocessing = multiprocessing _multiprocessing = multiprocessing
# problems on FreeBSD (Reference: http://www.velocityreviews.com/forums/t716510-freebsd-and-multiprocessing.html) # problems on FreeBSD (Reference: http://www.velocityreviews.com/forums/t716510-freebsd-and-multiprocessing.html)
import multiprocessing.queues import multiprocessing.synchronize
except ImportError, _: except ImportError, _:
pass pass