From 0377cc9edce644a20c1c52ee9ac0147bb118b9e0 Mon Sep 17 00:00:00 2001 From: yomguy Date: Wed, 17 Feb 2010 15:29:44 +0000 Subject: [PATCH] re-cleanup cores --- decode/core.py | 9 +-------- encode/core.py | 7 +------ 2 files changed, 2 insertions(+), 14 deletions(-) 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. -- 2.39.5