Browse Source

Remove unused import

master
Philipp Hagemeister 10 years ago
parent
commit
95ceeec722
1 changed files with 0 additions and 1 deletions
  1. 1
      youtube_dl/downloader/mplayer.py

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,

Loading…
Cancel
Save