From: yomguy Date: Fri, 18 Jun 2010 16:57:22 +0000 (+0000) Subject: fix many wrong init, fix decoder unknown uri, add dependencies X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6408398b5520577c72f7584c1a7a2679ca42867d;p=timeside-diadems.git fix many wrong init, fix decoder unknown uri, add dependencies --- diff --git a/README b/README index 5488b2a..14b1351 100644 --- a/README +++ b/README @@ -14,8 +14,9 @@ Dependencies ============ python (>= 2.4), python-xml, python-mutagen, python-imaging (>= 1.1.6), -python-numpy, python-setuptools (>= 0.6b3), libsndfile1 (>= 1.0.17), -python-gst0.10, gstreamer0.10-plugins-base +python-numpy, python-setuptools (>= 0.6b3), libsndfile1 (>= 1.0.17), +python-gst0.10, gstreamer0.10-plugins-base, gstreamer0.10-plugins-fluendo-mp3, +gstreamer0.10-plugins-good License ======= diff --git a/setup.py b/setup.py index a473e1e..7474f0b 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- coding: utf-8 -*- '''The setup and build script for the python-twitter library.''' diff --git a/timeside/analyzer/__init__.py b/timeside/analyzer/__init__.py index 0bd2039..6259160 100644 --- a/timeside/analyzer/__init__.py +++ b/timeside/analyzer/__init__.py @@ -1,6 +1,8 @@ # -*- coding: utf-8 -*- -from timeside.analyzer.core import * -from timeside.analyzer.duration import * -from timeside.analyzer.max_level import * + +from core import * +from duration import * +from max_level import * + #from timeside.analyzer.mean_level import * #from timeside.analyzer.dc import *