Changeset - fecb60bfc532
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 17 years ago 2008-06-14 03:05:24
drewp@bigasterisk.com
curvecalc prints chase names
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
light9/Effects.py
Show inline comments
 
@@ -31,9 +31,10 @@ def configExprGlobals():
 
    ret = {}
 

	
 
    for chaseUri in graph.subjects(RDF.type, L9['Chase']):
 
        shortName = chaseUri.rsplit('/')[-1]
 
        chans = graph.value(chaseUri, L9['channels'])
 
        ret[shortName] = list(graph.items(chans))
 
        print "%r is a chase" % shortName
 

	
 
    ret['chase'] = chase
 
    return ret
0 comments (0 inline, 0 general)