]> git.parisson.com Git - timeside.git/commitdiff
Use absolute_import from future in aubio analyzers
authorThomas Fillon <thomas@parisson.com>
Wed, 14 May 2014 15:15:27 +0000 (17:15 +0200)
committerThomas Fillon <thomas@parisson.com>
Wed, 14 May 2014 15:15:27 +0000 (17:15 +0200)
timeside/analyzer/aubio/aubio_mfcc.py
timeside/analyzer/aubio/aubio_pitch.py
timeside/analyzer/aubio/aubio_specdesc.py
timeside/analyzer/aubio/aubio_temporal.py

index 94ef74959db5b32d5e0705a3103dd375be57b3af..584de106e213b8bb3c11883df8a1931413bccc10 100644 (file)
@@ -18,6 +18,7 @@
 # along with TimeSide.  If not, see <http://www.gnu.org/licenses/>.
 
 # Author: Paul Brossier <piem@piem.org>
+from __future__ import absolute_import
 
 from timeside.core import implements, interfacedoc
 from timeside.analyzer.core import Analyzer
index 4ef757d841526272458ff417afdd1d550550d5d0..bcd7d6da26159774d52ed67174661975c0b203ca 100644 (file)
@@ -18,6 +18,7 @@
 # along with TimeSide.  If not, see <http://www.gnu.org/licenses/>.
 
 # Author: Paul Brossier <piem@piem.org>
+from __future__ import absolute_import
 
 from timeside.core import implements, interfacedoc
 from timeside.analyzer.core import Analyzer
index e74ae7587f958dc370703a4366be6a44b8c02944..f8eedd70e90453daa3af87552414fdee9ec3b599 100644 (file)
@@ -18,6 +18,7 @@
 # along with TimeSide.  If not, see <http://www.gnu.org/licenses/>.
 
 # Author: Paul Brossier <piem@piem.org>
+from __future__ import absolute_import
 
 from timeside.core import implements, interfacedoc
 from timeside.analyzer.core import Analyzer
index 870844f687fdbe81c0befe60633147090f673634..6c9f697732e15fa5fc737295d5aa4e5323091b50 100644 (file)
@@ -18,6 +18,7 @@
 # along with TimeSide.  If not, see <http://www.gnu.org/licenses/>.
 
 # Author: Paul Brossier <piem@piem.org>
+from __future__ import absolute_import
 
 from timeside.core import implements, interfacedoc
 from timeside.analyzer.core import Analyzer