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)
commit4614736d27898dcb51dfa6e95966fc41b8b442ee
tree8bea5593c9b47ea1757b9f4c2fcab109980f3048
parent22e97c9e92a9740ca8b7746790bc11dc8c8af52e
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