Remove unused import
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 4 Jan 2015 01:05:35 +0000 (02:05 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 4 Jan 2015 01:05:35 +0000 (02:05 +0100)
youtube_dl/downloader/mplayer.py

index 34b23b5c295e178df4892761e6afa62304b07704..72cef30eaf3718ad8932814a627042cc0bdff361 100644 (file)
@@ -4,7 +4,6 @@ import os
 import subprocess
 
 from .common import FileDownloader
-from ..compat import compat_subprocess_get_DEVNULL
 from ..utils import (
     check_executable,
     encodeFilename,