]> git.parisson.com Git - timeside.git/commitdiff
timeside/tests/testdecoding.py: update
authorPaul Brossier <piem@piem.org>
Fri, 15 Apr 2011 09:51:35 +0000 (09:51 +0000)
committerPaul Brossier <piem@piem.org>
Fri, 15 Apr 2011 09:51:35 +0000 (09:51 +0000)
timeside/tests/testdecoding.py

index bbc9a2abd0c13f8603cdff40503d77ac6af55a61..5e0d2555b967a34f82f9366d97d273682fb3ac0e 100644 (file)
@@ -1,8 +1,4 @@
-from timeside.core import *
 from timeside.decoder import *
-from timeside.api import *
-
-from timeside.component import *
 from timeside.tests import TestCase, TestRunner
 import unittest
 
@@ -10,7 +6,7 @@ import os.path
 
 __all__ = ['TestDecoding']
 
-class TestLowLevel(TestCase):
+class TestDecoding(TestCase):
     "Test the low level streaming features"
 
     def setUp(self):