]> git.parisson.com Git - timeside-diadems.git/commitdiff
fix many wrong init, fix decoder unknown uri, add dependencies
authoryomguy <yomguy@parisson.com>
Fri, 18 Jun 2010 16:57:22 +0000 (16:57 +0000)
committeryomguy <yomguy@parisson.com>
Fri, 18 Jun 2010 16:57:22 +0000 (16:57 +0000)
README
setup.py
timeside/analyzer/__init__.py

diff --git a/README b/README
index 5488b2a2099f1086d6be45c5d644454ad6cdb7c5..14b13516c13875e3800bce11ddd84653c438c39b 100644 (file)
--- 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
 =======
index a473e1ea06ea8e8772ed7866c8b8ff6b49fcb3eb..7474f0b8f73737446846bef2e3cf05bf989c146c 100644 (file)
--- 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.'''
 
index 0bd2039a7673a17fc537f803dbd96295bc1dee95..6259160db7d5b698a1d9cd0da0dc52c47863ea2a 100644 (file)
@@ -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 *