Skip to content

Commit 14d8d1b

Browse files
authored
Update __init__.py
removed lines at the end of the file. removed os import - unused
1 parent 7721052 commit 14d8d1b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# recipe for aubio package
22
from pythonforandroid.recipe import CompiledComponentsPythonRecipe, CythonRecipe
3-
from os.path import join
4-
53

64
class AubioRecipe(CythonRecipe):
75
version = '0.4.7'
86
url = 'https://aubio.org/pub/aubio-{version}.tar.bz2'
97
depends = ['numpy'] # Make sure 'samplerate' is included as a dependency
108
patches =[join('patches', 'build_ext.patch')]
119

12-
1310
recipe = AubioRecipe()
14-

0 commit comments

Comments
 (0)