Serialize hooke.experiment.Experiment instances in Curves.
[hooke.git] / hooke / experiment.py
index 81decf943971a269fcc6c067718904bf18f41540..646b41566bfd6f745fe8f025aa8457762355fb62 100644 (file)
@@ -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