diff light8/ConfigDummy.py @ 52:065896b0913c

emergency commit
author dmcc
date Mon, 08 Jul 2002 03:25:42 +0000
parents 71489bb71528
children 032b2b67bc10
line wrap: on
line diff
--- a/light8/ConfigDummy.py	Sun Jul 07 15:40:45 2002 +0000
+++ b/light8/ConfigDummy.py	Mon Jul 08 03:25:42 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, f1, f2, f3, f4)
+c1 = Cue("Color shift", 0, 10, None, f1, f2, f3, f4)
 
 cues = [c1]