Adjust hooke.curve.Data so .info is picklable.
authorW. Trevor King <wking@drexel.edu>
Fri, 4 Jun 2010 14:40:17 +0000 (10:40 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 4 Jun 2010 14:40:17 +0000 (10:40 -0400)
commit03f133b884501a8e5334097351438d8a34a8fe87
tree8bea5593c9b47ea1757b9f4c2fcab109980f3048
parent6f09f949f9ebd4ab4b40174622fbb0404aa530af
Adjust hooke.curve.Data so .info is picklable.

Otherwise it didn't survive the Queue between the UI and Engine
processes.  See
  http://mail.scipy.org/pipermail/numpy-discussion/2007-April/027193.html
hooke/curve.py