Changeset - 39a68d590e41
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 19 years ago 2006-06-18 22:00:24
drewp@bigasterisk.com
compatibility with dispatcher/louie
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
light9/Submaster.py
Show inline comments
 
@@ -2,7 +2,10 @@ from __future__ import division
 
import os
 
from light9.TLUtility import dict_scale, dict_max
 
from light9 import Patch, showconfig
 
try:
 
import dispatch.dispatcher as dispatcher
 
except ImportError:
 
    from louie import dispatcher
 

	
 
class Submaster:
 
    "Contain a dictionary of levels, but you didn't need to know that"
0 comments (0 inline, 0 general)