From 07d4ebceec5a31066eb8c731ce30737512cb46b6 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Tue, 21 Nov 2017 16:54:14 +0100 Subject: examples: Add import for storyboard This adds a missing import of the storyboard for the two layers and the converged operator example. --- examples/converged-operator-network.py | 1 + examples/two-layers.py | 1 + 2 files changed, 2 insertions(+) (limited to 'examples') diff --git a/examples/converged-operator-network.py b/examples/converged-operator-network.py index 058a04c..57609fc 100755 --- a/examples/converged-operator-network.py +++ b/examples/converged-operator-network.py @@ -4,6 +4,7 @@ # (ARCFIRE T4.2) from rumba.model import * +from rumba.storyboard import * from rumba.utils import ExperimentManager # import testbed plugins diff --git a/examples/two-layers.py b/examples/two-layers.py index 6e4671f..d2e4007 100755 --- a/examples/two-layers.py +++ b/examples/two-layers.py @@ -3,6 +3,7 @@ # An example script using the rumba package from rumba.model import * +from rumba.storyboard import * # import testbed plugins import rumba.testbeds.emulab as emulab -- cgit v1.2.3