mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-06-03 17:18:11 -04:00
generic way of finding python2.3 -- works on redhat & debian systems
This commit is contained in:
parent
b1dad2147b
commit
7e3d2a69b0
@ -1,4 +1,4 @@
|
|||||||
#!/usr/local/bin/python2.3
|
#!/usr/bin/env python2.3
|
||||||
|
|
||||||
# use FFTPACK as a baseline
|
# use FFTPACK as a baseline
|
||||||
import FFT
|
import FFT
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/usr/local/bin/python2.3
|
#!/usr/bin/env python2.3
|
||||||
|
|
||||||
from Numeric import *
|
from Numeric import *
|
||||||
from FFT import *
|
from FFT import *
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/usr/local/bin/python2.3
|
#!/usr/bin/env python2.3
|
||||||
|
|
||||||
import math
|
import math
|
||||||
import sys
|
import sys
|
||||||
import random
|
import random
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/usr/local/bin/python2.3
|
#!/usr/bin/env python2.3
|
||||||
|
|
||||||
import FFT
|
import FFT
|
||||||
import sys
|
import sys
|
||||||
import random
|
import random
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/usr/local/bin/python2.3
|
#!/usr/bin/env python2.3
|
||||||
|
|
||||||
import math
|
import math
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
|
Loading…
x
Reference in New Issue
Block a user