From 77ca8a0fe187be81db5b18bf984670cf80843614 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 15 Apr 2011 09:54:15 +0000 Subject: [PATCH] timeside/tests/testtranscoding.py: update --- timeside/tests/testtranscoding.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/timeside/tests/testtranscoding.py b/timeside/tests/testtranscoding.py index 5c9776d..9e0f057 100644 --- a/timeside/tests/testtranscoding.py +++ b/timeside/tests/testtranscoding.py @@ -1,4 +1,3 @@ - from timeside.core import * from timeside.decoder import * from timeside.analyzer import * @@ -11,7 +10,7 @@ import unittest import os.path -__all__ = ['TestComponentArchitecture'] +__all__ = ['TestTranscoding'] class TestLowLevel(TestCase): "Test the low level streaming features" -- 2.39.5