From: Paul Brossier Date: Sun, 10 Feb 2013 01:03:21 +0000 (-0500) Subject: moved out old python interface X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b554e41cfcf7d581dc3296f09dc846e5ffc65049;p=aubio.git moved out old python interface --- diff --git a/python/README b/python.old/README similarity index 100% rename from python/README rename to python.old/README diff --git a/python/aubio/__init__.py b/python.old/aubio/__init__.py similarity index 100% rename from python/aubio/__init__.py rename to python.old/aubio/__init__.py diff --git a/python/aubio/aubioclass.py b/python.old/aubio/aubioclass.py similarity index 100% rename from python/aubio/aubioclass.py rename to python.old/aubio/aubioclass.py diff --git a/python/aubio/bench/__init__.py b/python.old/aubio/bench/__init__.py similarity index 100% rename from python/aubio/bench/__init__.py rename to python.old/aubio/bench/__init__.py diff --git a/python/aubio/bench/broadcast.py b/python.old/aubio/bench/broadcast.py similarity index 100% rename from python/aubio/bench/broadcast.py rename to python.old/aubio/bench/broadcast.py diff --git a/python/aubio/bench/config.py b/python.old/aubio/bench/config.py similarity index 100% rename from python/aubio/bench/config.py rename to python.old/aubio/bench/config.py diff --git a/python/aubio/bench/node.py b/python.old/aubio/bench/node.py similarity index 100% rename from python/aubio/bench/node.py rename to python.old/aubio/bench/node.py diff --git a/python/aubio/bench/onset.py b/python.old/aubio/bench/onset.py similarity index 100% rename from python/aubio/bench/onset.py rename to python.old/aubio/bench/onset.py diff --git a/python/aubio/gnuplot.py b/python.old/aubio/gnuplot.py similarity index 100% rename from python/aubio/gnuplot.py rename to python.old/aubio/gnuplot.py diff --git a/python/aubio/median.py b/python.old/aubio/median.py similarity index 100% rename from python/aubio/median.py rename to python.old/aubio/median.py diff --git a/python/aubio/onsetcompare.py b/python.old/aubio/onsetcompare.py similarity index 100% rename from python/aubio/onsetcompare.py rename to python.old/aubio/onsetcompare.py diff --git a/python/aubio/plot/__init__.py b/python.old/aubio/plot/__init__.py similarity index 100% rename from python/aubio/plot/__init__.py rename to python.old/aubio/plot/__init__.py diff --git a/python/aubio/plot/keyboard.py b/python.old/aubio/plot/keyboard.py similarity index 100% rename from python/aubio/plot/keyboard.py rename to python.old/aubio/plot/keyboard.py diff --git a/python/aubio/plot/notes.py b/python.old/aubio/plot/notes.py similarity index 100% rename from python/aubio/plot/notes.py rename to python.old/aubio/plot/notes.py diff --git a/python/aubio/task/__init__.py b/python.old/aubio/task/__init__.py similarity index 100% rename from python/aubio/task/__init__.py rename to python.old/aubio/task/__init__.py diff --git a/python/aubio/task/beat.py b/python.old/aubio/task/beat.py similarity index 100% rename from python/aubio/task/beat.py rename to python.old/aubio/task/beat.py diff --git a/python/aubio/task/cut.py b/python.old/aubio/task/cut.py similarity index 100% rename from python/aubio/task/cut.py rename to python.old/aubio/task/cut.py diff --git a/python/aubio/task/notes.py b/python.old/aubio/task/notes.py similarity index 100% rename from python/aubio/task/notes.py rename to python.old/aubio/task/notes.py diff --git a/python/aubio/task/onset.py b/python.old/aubio/task/onset.py similarity index 100% rename from python/aubio/task/onset.py rename to python.old/aubio/task/onset.py diff --git a/python/aubio/task/params.py b/python.old/aubio/task/params.py similarity index 100% rename from python/aubio/task/params.py rename to python.old/aubio/task/params.py diff --git a/python/aubio/task/pitch.py b/python.old/aubio/task/pitch.py similarity index 100% rename from python/aubio/task/pitch.py rename to python.old/aubio/task/pitch.py diff --git a/python/aubio/task/silence.py b/python.old/aubio/task/silence.py similarity index 100% rename from python/aubio/task/silence.py rename to python.old/aubio/task/silence.py diff --git a/python/aubio/task/task.py b/python.old/aubio/task/task.py similarity index 100% rename from python/aubio/task/task.py rename to python.old/aubio/task/task.py diff --git a/python/aubio/txtfile.py b/python.old/aubio/txtfile.py similarity index 100% rename from python/aubio/txtfile.py rename to python.old/aubio/txtfile.py diff --git a/python/aubio/web/__init__.py b/python.old/aubio/web/__init__.py similarity index 100% rename from python/aubio/web/__init__.py rename to python.old/aubio/web/__init__.py diff --git a/python/aubio/web/browser.py b/python.old/aubio/web/browser.py similarity index 100% rename from python/aubio/web/browser.py rename to python.old/aubio/web/browser.py diff --git a/python/aubio/web/html.py b/python.old/aubio/web/html.py similarity index 100% rename from python/aubio/web/html.py rename to python.old/aubio/web/html.py diff --git a/python/aubio/wscript_build b/python.old/aubio/wscript_build similarity index 100% rename from python/aubio/wscript_build rename to python.old/aubio/wscript_build diff --git a/python/aubiocompare-onset b/python.old/aubiocompare-onset similarity index 100% rename from python/aubiocompare-onset rename to python.old/aubiocompare-onset diff --git a/python/aubiocut b/python.old/aubiocut similarity index 100% rename from python/aubiocut rename to python.old/aubiocut diff --git a/python/aubiodiffs-onset b/python.old/aubiodiffs-onset similarity index 100% rename from python/aubiodiffs-onset rename to python.old/aubiodiffs-onset diff --git a/python/aubiofilter-notes b/python.old/aubiofilter-notes similarity index 100% rename from python/aubiofilter-notes rename to python.old/aubiofilter-notes diff --git a/python/aubionotes b/python.old/aubionotes similarity index 100% rename from python/aubionotes rename to python.old/aubionotes diff --git a/python/aubiopitch b/python.old/aubiopitch similarity index 100% rename from python/aubiopitch rename to python.old/aubiopitch diff --git a/python/aubioplot-audio b/python.old/aubioplot-audio similarity index 100% rename from python/aubioplot-audio rename to python.old/aubioplot-audio diff --git a/python/aubioplot-notes b/python.old/aubioplot-notes similarity index 100% rename from python/aubioplot-notes rename to python.old/aubioplot-notes diff --git a/python/aubioplot-spec b/python.old/aubioplot-spec similarity index 100% rename from python/aubioplot-spec rename to python.old/aubioplot-spec diff --git a/python/aubioplot-yinfft b/python.old/aubioplot-yinfft similarity index 100% rename from python/aubioplot-yinfft rename to python.old/aubioplot-yinfft diff --git a/python/aubioweb.py b/python.old/aubioweb.py similarity index 100% rename from python/aubioweb.py rename to python.old/aubioweb.py diff --git a/python/bench-cluster-test b/python.old/bench-cluster-test similarity index 100% rename from python/bench-cluster-test rename to python.old/bench-cluster-test diff --git a/python/bench-test b/python.old/bench-test similarity index 100% rename from python/bench-test rename to python.old/bench-test diff --git a/python/wscript_build b/python.old/wscript_build similarity index 100% rename from python/wscript_build rename to python.old/wscript_build