1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-01 21:28:24 -04:00

Remove dead code

This commit is contained in:
Philipp Hagemeister
2013-12-23 16:03:06 +01:00
parent c25c991809
commit dabc127362
3 changed files with 3 additions and 12 deletions

View File

@@ -1,7 +1,4 @@
import os
import re
import subprocess
import sys
import time
from .common import FileDownloader