Changeset - d0f29e247af4
[Not reviewed]
default
1 1 0
David McClosky - 20 years ago 2005-06-20 08:43:35
dmcc@bigasterisk.com
dmxclient cleanups and remove empty file
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
Widgets/__init__.py
Show inline comments
 
deleted file
light9/dmxclient.py
Show inline comments
 
@@ -6,13 +6,13 @@ client id is formed from sys.argv[0] and
 

	
 
import xmlrpclib, os, sys, socket, time
 
from light9 import networking
 
_dmx=None
 
_dmx = None
 

	
 
procname = os.path.basename(sys.argv[0])
 
procname = procname.replace('.py', '')
 
_id = "%s-%s-%s" % (procname, socket.gethostname(), os.getpid())
 

	
 
def outputlevels(levellist,twisted=0,clientid=_id):
 
def outputlevels(levellist, twisted=0, clientid=_id):
 
    """present a list of dmx channel levels, each scaled from
 
    0..1. list can be any length- it will apply to the first len() dmx
 
    channels.
0 comments (0 inline, 0 general)