aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/two-layers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/two-layers.py b/examples/two-layers.py
index b3622fd..6d22673 100755
--- a/examples/two-layers.py
+++ b/examples/two-layers.py
@@ -50,7 +50,7 @@ tb = qemu.Testbed(exp_name = "twolayers",
username = "root",
password = "root")
-exp = irati.Experiment(tb, nodes = [a, b, c, d])
+exp = rl.Experiment(tb, nodes = [a, b, c, d])
print(exp)