aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/downloader
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-01-04 02:05:35 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-01-04 02:05:35 +0100
commit95ceeec72200ed3b2c94a54650eb69dfe946e595 (patch)
tree74028c9757e565b5c862a779144544a08a261501 /youtube_dl/downloader
parentb68ff259170711574a1fd779e86bdfea9aaafcf5 (diff)
downloadyoutube-dl-95ceeec72200ed3b2c94a54650eb69dfe946e595.tar.xz
Remove unused import
Diffstat (limited to 'youtube_dl/downloader')
-rw-r--r--youtube_dl/downloader/mplayer.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/downloader/mplayer.py b/youtube_dl/downloader/mplayer.py
index 34b23b5c2..72cef30ea 100644
--- a/youtube_dl/downloader/mplayer.py
+++ b/youtube_dl/downloader/mplayer.py
@@ -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,