X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=demos%2Factors%2Fbotherbotherbother.scm;h=4911afa16bebdd0278dc386f81ccebdc53c112a9;hb=c769bb3b2c949c304eb4395d3f24eebea6106c1a;hp=48270f27702b7cb3bf30c08c2e336f7dc9f54e0b;hpb=509e4af613c8a67d58f1cb2d2409c4db88f77fd2;p=8sync.git diff --git a/demos/actors/botherbotherbother.scm b/demos/actors/botherbotherbother.scm index 48270f2..4911afa 100755 --- a/demos/actors/botherbotherbother.scm +++ b/demos/actors/botherbotherbother.scm @@ -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)) @@ -131,4 +131,4 @@ #:target professor)) students)) - (ez-run-hive hive start-bothering-tasks)) + (run-hive hive start-bothering-tasks))