Changeset - c071ada6ae2b
[Not reviewed]
default
0 1 0
drewp - 22 years ago 2003-06-13 13:57:38

removed an extra import
removed an extra import
changed the shbang line to /usr/bin/python, which makes a better-looking sys.argv[0],
which is used in the IPC
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
light8/rsn.py
Show inline comments
 
#!/usr/bin/env python
 
#!/usr/bin/python
 
from __future__ import nested_scopes
 

	
 
from Tix import *
 
from signal import signal, SIGINT
 
import xmlrpclib
 
from uihelpers import *
 
from Fader import Fader
 
from Lightboard import Lightboard
0 comments (0 inline, 0 general)