Mercurial > code > home > repos > light9
changeset 201:e4a711d9a338
new dispatcher import
author | drewp |
---|---|
date | Wed, 16 Jun 2004 14:08:47 +0000 |
parents | f5d3492981ab |
children | 97e21bc387fe |
files | flax/Subcomposer.py flax/dmxchanedit.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/flax/Subcomposer.py Wed Jun 16 13:12:07 2004 +0000 +++ b/flax/Subcomposer.py Wed Jun 16 14:08:47 2004 +0000 @@ -9,7 +9,7 @@ import Patch import Submaster -import dispatcher +from dispatch import dispatcher class Subcomposer(tk.Frame): def __init__(self, master, levelboxopts=None, dmxdummy=0, numchannels=68,
--- a/flax/dmxchanedit.py Wed Jun 16 13:12:07 2004 +0000 +++ b/flax/dmxchanedit.py Wed Jun 16 14:08:47 2004 +0000 @@ -10,7 +10,7 @@ sys.path.append("../light8") import Patch from uihelpers import make_frame, colorlabel, eventtoparent -import dispatcher +from dispatch import dispatcher stdfont = ('Arial', 10)