actors: Rename ez-run-hive to run-hive.
[8sync.git] / demos / actors / botherbotherbother.scm
index 48270f27702b7cb3bf30c08c2e336f7dc9f54e0b..4911afa16bebdd0278dc386f81ccebdc53c112a9 100755 (executable)
@@ -23,7 +23,7 @@
 ;; Puppet show simulator.
 
 (use-modules (8sync agenda)
-             (8sync systems actors)
+             (8sync actors)
              (oop goops)
              (ice-9 hash-table)
              (ice-9 format))
                                #:target professor))
      students))
 
-  (ez-run-hive hive start-bothering-tasks))
+  (run-hive hive start-bothering-tasks))