Mercurial > code > home > repos > light9
diff light8/rsn.py @ 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 | afbdae5e1359 |
children | fae7751d9760 |
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