Changeset - e4a711d9a338
[Not reviewed]
default
0 2 0
drewp - 21 years ago 2004-06-16 14:08:47

new dispatcher import
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
flax/Subcomposer.py
Show inline comments
 
@@ -9,7 +9,7 @@ import dmxclient
 
import Patch
 
import Submaster
 

	
 
import dispatcher
 
from dispatch import dispatcher
 

	
 
class Subcomposer(tk.Frame):
 
    def __init__(self, master, levelboxopts=None, dmxdummy=0, numchannels=68,
flax/dmxchanedit.py
Show inline comments
 
@@ -10,7 +10,7 @@ import sys
 
sys.path.append("../light8")
 
import Patch
 
from uihelpers import make_frame, colorlabel, eventtoparent
 
import dispatcher
 
from dispatch import dispatcher
 

	
 
stdfont = ('Arial', 10)
 

	
0 comments (0 inline, 0 general)