Serialize hooke.experiment.Experiment instances in Curves.
authorW. Trevor King <wking@drexel.edu>
Sat, 21 Aug 2010 15:33:46 +0000 (11:33 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 21 Aug 2010 15:33:46 +0000 (11:33 -0400)
commit64a781b7b5ae98b2a410799497586cbb085f7d99
tree9de62cdde882fe0e9ddc7cbf8885105fb031a5f3
parent300551c499d4f608433001477fe87936fbe8a4ba
Serialize hooke.experiment.Experiment instances in Curves.

Also use singleton instances of the classes rather than the classes
themselves.  This will allow usage of isinstance() rather than
.__mro__ to determine experiment type.
hooke/curve.py
hooke/driver/hemingway.py
hooke/driver/jpk.py
hooke/driver/mfp3d.py
hooke/driver/picoforce.py
hooke/driver/tutorial.py
hooke/driver/wtk.py
hooke/experiment.py
hooke/util/singleton.py [new file with mode: 0644]