diff --git a/flax/Subcomposer.py b/flax/Subcomposer.py --- a/flax/Subcomposer.py +++ b/flax/Subcomposer.py @@ -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, diff --git a/flax/dmxchanedit.py b/flax/dmxchanedit.py --- a/flax/dmxchanedit.py +++ b/flax/dmxchanedit.py @@ -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)