mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-11-13 21:42:55 -05:00
generic way of finding python2.3 -- works on redhat & debian systems
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user