Mercurial > code > home > repos > light9
comparison 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 |
comparison
equal
deleted
inserted
replaced
116:9ddea0c614ee | 117:c071ada6ae2b |
---|---|
1 #!/usr/bin/env python | 1 #!/usr/bin/python |
2 from __future__ import nested_scopes | 2 from __future__ import nested_scopes |
3 | 3 |
4 from Tix import * | 4 from Tix import * |
5 from signal import signal, SIGINT | 5 from signal import signal, SIGINT |
6 import xmlrpclib | |
7 from uihelpers import * | 6 from uihelpers import * |
8 from Fader import Fader | 7 from Fader import Fader |
9 from Lightboard import Lightboard | 8 from Lightboard import Lightboard |
10 | 9 |
11 if len(sys.argv) >= 2: | 10 if len(sys.argv) >= 2: |