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/two-layers.py | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/two-layers.py') 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