import subprocess

This commit is contained in:
j 2008-07-03 18:31:17 +02:00
commit ba183e2dfd

View file

@ -5,6 +5,7 @@ import os
from os.path import abspath, join, dirname from os.path import abspath, join, dirname
import shutil import shutil
import time import time
import subprocess
from subtitles import time2ms from subtitles import time2ms