python/: move source files to ext/
authorPaul Brossier <piem@piem.org>
Mon, 4 Mar 2013 19:46:56 +0000 (14:46 -0500)
committerPaul Brossier <piem@piem.org>
Mon, 4 Mar 2013 19:46:56 +0000 (14:46 -0500)
commit164980f6849b73ca4c354c9b6329bd9e881ed2bd
tree57f7c09bcfab8e737945c4829f47411749a6ed69
parent7a6521daf3f38207403d27f6b49d4c6a48288ee3
python/: move source files to ext/
20 files changed:
python/aubio-types.h [deleted file]
python/aubiomodule.c [deleted file]
python/aubioproxy.c [deleted file]
python/aubiowraphell.h [deleted file]
python/ext/aubio-types.h [new file with mode: 0644]
python/ext/aubiomodule.c [new file with mode: 0644]
python/ext/aubioproxy.c [new file with mode: 0644]
python/ext/aubiowraphell.h [new file with mode: 0644]
python/ext/py-cvec.c [new file with mode: 0644]
python/ext/py-fft.c [new file with mode: 0644]
python/ext/py-filter.c [new file with mode: 0644]
python/ext/py-filterbank.c [new file with mode: 0644]
python/ext/py-phasevoc.c [new file with mode: 0644]
python/gen_pyobject.py
python/py-cvec.c [deleted file]
python/py-fft.c [deleted file]
python/py-filter.c [deleted file]
python/py-filterbank.c [deleted file]
python/py-phasevoc.c [deleted file]
python/setup.py