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)
commit8dc85aa6c0a88a5694d7e3bba9fee6956c2b81fd
treecffe36da4bb79a7ba50a449ca5478ee27fa71fe3
parentf201a3efe4cf7e1a20292dbd9858163358596081
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