aboutsummaryrefslogtreecommitdiff
path: root/rumba/prototypes/ouroboros.py
diff options
context:
space:
mode:
Diffstat (limited to 'rumba/prototypes/ouroboros.py')
-rw-r--r--rumba/prototypes/ouroboros.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/rumba/prototypes/ouroboros.py b/rumba/prototypes/ouroboros.py
index 0f60ee8..172d69a 100644
--- a/rumba/prototypes/ouroboros.py
+++ b/rumba/prototypes/ouroboros.py
@@ -19,12 +19,12 @@
# MA 02110-1301 USA
import rumba.ssh_support as ssh
-from rumba.model import Experiment
+import rumba.model as mod
# An experiment over the Ouroboros implementation
-class OuroborosExperiment(Experiment):
+class Experiment(mod.Experiment):
def __init__(self, testbed, nodes = list()):
- Experiment.__init__(self, testbed, nodes)
+ mod.Experiment.__init__(self, testbed, nodes)
def setup_ouroboros(self):
cmds = list()