Adjust hooke.command.UncaughtException to properly handle pickle reconstruction.
authorW. Trevor King <wking@drexel.edu>
Wed, 12 May 2010 11:20:48 +0000 (07:20 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 12 May 2010 11:20:48 +0000 (07:20 -0400)
commitcc9c7152b0043fb04b7530caae0884acc642c838
treecffe36da4bb79a7ba50a449ca5478ee27fa71fe3
parent571e1cc472dd05c10b3f669f5bfb2fe35b77a007
Adjust hooke.command.UncaughtException to properly handle pickle reconstruction.

multiprocessing.Queue pickles objects to send through its pipe, so our
objects must be capable of surving the pickling process unscathed.
hooke/command.py