diff light8/ConfigDummy.py @ 53:032b2b67bc10

result of July 7th on-site editing
author dmcc
date Mon, 08 Jul 2002 14:31:20 +0000
parents 065896b0913c
children 3011c1028eb7
line wrap: on
line diff
--- a/light8/ConfigDummy.py	Mon Jul 08 03:25:42 2002 +0000
+++ b/light8/ConfigDummy.py	Mon Jul 08 14:31:20 2002 +0000
@@ -8,7 +8,7 @@
 f2 = Fade('green', 1, 3, 50)
 f3 = Fade('blue', 0, 4, 0)
 f4 = Fade('clear', 0, 8, 75) 
-c1 = Cue("Color shift", 0, 10, None, f1, f2, f3, f4)
+c1 = Cue("Color shift", 0, 10, f1, f2, f3, f4)
 
 cues = [c1]