diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-10-26 23:13:42 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-10-26 23:13:42 +0100 |
commit | c9f08154a3dbf7272b1373c8e6aeea4a8d92b190 (patch) | |
tree | 0939e51ed556e9023614e88ab4b5ff583572620d /youtube_dl/postprocessor | |
parent | 526b276fd7199414d199f2913bc794677d0933ac (diff) |
Remove unused imports
Diffstat (limited to 'youtube_dl/postprocessor')
-rw-r--r-- | youtube_dl/postprocessor/ffmpeg.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/postprocessor/ffmpeg.py b/youtube_dl/postprocessor/ffmpeg.py index 4963ffc92..083c79592 100644 --- a/youtube_dl/postprocessor/ffmpeg.py +++ b/youtube_dl/postprocessor/ffmpeg.py @@ -8,7 +8,6 @@ import time from .common import AudioConversionError, PostProcessor from ..utils import ( - check_executable, compat_subprocess_get_DEVNULL, encodeArgument, encodeFilename, |