]> git.parisson.com Git - timeside.git/commitdiff
re-cleanup cores
authoryomguy <yomguy@parisson.com>
Wed, 17 Feb 2010 15:29:44 +0000 (15:29 +0000)
committeryomguy <yomguy@parisson.com>
Wed, 17 Feb 2010 15:29:44 +0000 (15:29 +0000)
decode/core.py
encode/core.py

index d82d6b9ef282c19e1d8953398698698d894f8ab0..b3c5b155d41f62b73ca0467a00e567cb5208e137 100644 (file)
 
 # Author: Guillaume Pellerin <yomguy@parisson.com>
 
-import os
-import re
-import md5
-import string
-import subprocess
-import mutagen
-
 from timeside.decode import *
 from timeside.core import *
-
+import subprocess
 
 class SubProcessPipe:
 
index 3dc6391a195937c0e50dfc7aedfade1ba5d56170..f7284b6337773fbf3518ef8073e6611d7c5951fb 100644 (file)
 
 # Author: Guillaume Pellerin <yomguy@parisson.com>
 
-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.