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:
2
fluents
2
fluents
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python2.4
|
||||||
|
|
||||||
from getopt import getopt
|
from getopt import getopt
|
||||||
import sys
|
import sys
|
||||||
|
Reference in New Issue
Block a user