]> git.parisson.com Git - timeside.git/commitdiff
cleanup
authoryomguy <yomguy@parisson.com>
Wed, 5 Sep 2012 14:27:04 +0000 (16:27 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 5 Sep 2012 14:27:04 +0000 (16:27 +0200)
tests/testencoding.py
tests/testgraphers.py

index 1dcabd44afb95df841afd0a8df5490aac9b066de..1ce411651a051159f3d57d362ffc21c998377eac 100644 (file)
@@ -2,8 +2,6 @@ from math import pi
 from numpy import arange, sin, zeros
 from unit_timeside import *
 
-from timeside.encoder.gstutils import get_loop_thread
-
 import os.path
 
 class TestEncoding(TestCase):
index 314de69fe58a7670c9012c3db7177be31487922c..5b7d84f069ed30131f7e6f89deb333d2ed8953be 100644 (file)
@@ -1,11 +1,8 @@
 from timeside.core import *
 from timeside.decoder import *
-from timeside.analyzer import *
-from timeside.encoder import *
 from timeside.grapher import *
 from timeside.api import *
 from timeside.component import *
-
 from unit_timeside import *
 
 import os.path