X-Git-Url: http://git.tremily.us/?p=hooke.git;a=blobdiff_plain;f=hooke%2Fexperiment.py;h=646b41566bfd6f745fe8f025aa8457762355fb62;hp=81decf943971a269fcc6c067718904bf18f41540;hb=64a781b7b5ae98b2a410799497586cbb085f7d99;hpb=300551c499d4f608433001477fe87936fbe8a4ba;ds=sidebyside diff --git a/hooke/experiment.py b/hooke/experiment.py index 81decf9..646b415 100644 --- a/hooke/experiment.py +++ b/hooke/experiment.py @@ -22,7 +22,10 @@ This allows :class:`hooke.plugin.Plugin`\s to specify the types of experiments they can handle. """ -class Experiment (object): +from .util.singleton import Singleton + + +class Experiment (Singleton): """Base class for experiment classification. """ pass