From 2beb70a10be50080910dfcd6bef8f6a6b43f9aae Mon Sep 17 00:00:00 2001 From: yomguy Date: Sat, 6 Oct 2012 14:37:38 +0200 Subject: [PATCH] rm duration since value is available through decoder.setup, cleanup --- setup.py | 2 +- timeside/analyzer/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 41e3f8b..603205c 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( long_description = open('README.rst').read(), author = ["Guillaume Pellerin", "Olivier Guilyardi", "Riccardo Zaccarelli", "Paul Brossier"], author_email = ["yomguy@parisson.com","olivier@samalyse.com", "riccardo.zaccarelli@gmail.com", "piem@piem.org"], - version = '0.4.1', + version = '0.4.2', install_requires = [ 'setuptools', 'numpy', diff --git a/timeside/analyzer/__init__.py b/timeside/analyzer/__init__.py index 02c0119..0d05ae7 100644 --- a/timeside/analyzer/__init__.py +++ b/timeside/analyzer/__init__.py @@ -3,5 +3,5 @@ from max_level import * from mean_level import * from dc import * -#from duration import * + -- 2.39.5