Add hooke.compat.forking to fix Python's ImportError issue8534.
authorW. Trevor King <wking@drexel.edu>
Thu, 12 Aug 2010 17:59:26 +0000 (13:59 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 12 Aug 2010 17:59:26 +0000 (13:59 -0400)
commit9ec54544d983489183076006c08124dc6ea3d8b5
treef6878901d8c9a4cf1e6fcb5f037c602240f86dfe
parent28a01c259df23e587352035f08e97295e01b3fe2
Add hooke.compat.forking to fix Python's ImportError issue8534.

multiprocessing can have problems importing modules from child processes.  See
  http://bugs.python.org/issue8534
  http://code.google.com/p/hooke/issues/detail?id=40#c17
Importing hooke.compat.forking fixes this bug dynamically.
hooke/compat/forking.py [new file with mode: 0644]
hooke/hooke.py