소스 검색

Remove unused import

Philipp Hagemeister 11 년 전
부모
커밋
95ceeec722
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      youtube_dl/downloader/mplayer.py

+ 0 - 1
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,