Changeset - 780e91cc21cc
[Not reviewed]
default
0 1 0
Drew Perttula - 11 years ago 2014-06-12 08:59:52
drewp@bigasterisk.com
dead code from the prototype
Ignore-this: 4b9f45d89e1571fc8fc305cf00a1729e
1 file changed with 0 insertions and 10 deletions:
0 comments (0 inline, 0 general)
light9/effecteval/effect.py
Show inline comments
 
@@ -6,16 +6,6 @@ from light9.curvecalc.curve import Curve
 
from light9 import Submaster, Effects
 
log = logging.getLogger('effect')
 

	
 
def uriFromCode(s):
 
    # i thought this was something a graph could do with its namespace manager
 
    if s.startswith('sub:'):
 
        return URIRef('http://light9.bigasterisk.com/show/dance2014/sub/' + s[4:])
 
    if s.startswith('song1:'):
 
        return URIRef('http://ex/effect/song1/' + s[6:])
 
    if (s[0], s[-1]) == ('<', '>'):
 
        return URIRef(s[1:-1])
 
    raise NotImplementedError
 

	
 
# consider http://waxeye.org/ for a parser that can be used in py and js
 

	
 
class CodeLine(object):
0 comments (0 inline, 0 general)