changeset 117:c071ada6ae2b

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
author drewp
date Fri, 13 Jun 2003 13:57:38 +0000
parents 9ddea0c614ee
children 2c25a69c084d
files light8/rsn.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/light8/rsn.py	Fri Jun 13 06:15:28 2003 +0000
+++ b/light8/rsn.py	Fri Jun 13 13:57:38 2003 +0000
@@ -1,9 +1,8 @@
-#!/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