Changed from using default python version to python2.4 to make the

program work on debian systems. The program does not currently support
python 2.3, and probably never will because of the set class that is a built-in
only from python 2.4 and up.
This commit is contained in:
Einar Ryeng 2006-04-27 10:06:30 +00:00
parent a92be02e80
commit 959d114774

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2.4
from getopt import getopt
import sys