tests/python: update imports
authorPaul Brossier <piem@piem.org>
Wed, 7 Oct 2009 23:23:31 +0000 (01:23 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 7 Oct 2009 23:23:31 +0000 (01:23 +0200)
tests/python/src/pitch/pitchdetection.py
tests/python/src/spectral/fft.py
tests/python/src/spectral/phasevoc.py
tests/python/src/temporal/zero_crossing_rate.py
tests/python/src/utils/hist.py
tests/python/src/utils/scale.py

index c2114fb..1c0de70 100644 (file)
@@ -1,6 +1,5 @@
-import unittest
-
-from aubio.aubiowrapper import *
+from template import aubio_unit_template
+from localaubio import *
 
 buf_size = 4096
 hop_size = 512
index f94f9cf..8b596bc 100644 (file)
@@ -1,8 +1,6 @@
-import math
-
 from template import aubio_unit_template
-
-from aubio.aubiowrapper import *
+from localaubio import *
+import math
 
 buf_size = 1024
 channels = 4
index 72db90b..6e487be 100644 (file)
@@ -1,6 +1,5 @@
-import unittest
-
-from aubio.aubiowrapper import *
+from template import aubio_unit_template
+from localaubio import *
 
 buf_size = 1024
 hop_size = 256
index 1693241..98ad13c 100644 (file)
@@ -1,6 +1,5 @@
-import unittest
-
-from aubio.aubiowrapper import *
+from template import aubio_unit_template
+from localaubio import *
 
 buf_size = 2048
 channels = 1
index 340f514..d7dc774 100644 (file)
@@ -1,8 +1,6 @@
-import unittest
-import random
-
 from template import aubio_unit_template
-from aubio.aubiowrapper import *
+from localaubio import *
+import random
 
 buf_size = 2048
 channels = 1
index f48e6f3..510873e 100644 (file)
@@ -1,7 +1,5 @@
-import unittest
-
 from template import aubio_unit_template
-from aubio.aubiowrapper import *
+from localaubio import *
 
 buf_size = 2000
 channels = 2