From: yomguy Date: Wed, 17 Feb 2010 15:29:44 +0000 (+0000) Subject: re-cleanup cores X-Git-Tag: 0.3.2~199 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0377cc9edce644a20c1c52ee9ac0147bb118b9e0;p=timeside.git re-cleanup cores --- diff --git a/decode/core.py b/decode/core.py index d82d6b9..b3c5b15 100644 --- a/decode/core.py +++ b/decode/core.py @@ -20,16 +20,9 @@ # Author: Guillaume Pellerin -import os -import re -import md5 -import string -import subprocess -import mutagen - from timeside.decode import * from timeside.core import * - +import subprocess class SubProcessPipe: diff --git a/encode/core.py b/encode/core.py index 3dc6391..f7284b6 100644 --- a/encode/core.py +++ b/encode/core.py @@ -20,16 +20,11 @@ # Author: Guillaume Pellerin -import os -import re -import md5 -import string -import subprocess -import mutagen from timeside.encode import * from timeside.core import * +import subprocess class SubProcessPipe: """Read media and stream data through a generator.