aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/downloader/http.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-12-23 16:03:06 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-12-23 16:03:06 +0100
commitdabc127362ddfe88996e72b7e0d5cd2e4f239c98 (patch)
tree9007fdc3f1f410776d891483c8f465d09caabe3a /youtube_dl/downloader/http.py
parentc25c991809e10dc8fd4bc2ddf37f8675cbd818fb (diff)
downloadyoutube-dl-dabc127362ddfe88996e72b7e0d5cd2e4f239c98.tar.xz
Remove dead code
Diffstat (limited to 'youtube_dl/downloader/http.py')
-rw-r--r--youtube_dl/downloader/http.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/youtube_dl/downloader/http.py b/youtube_dl/downloader/http.py
index dbc5af3ca..14b88efd3 100644
--- a/youtube_dl/downloader/http.py
+++ b/youtube_dl/downloader/http.py
@@ -1,7 +1,4 @@
import os
-import re
-import subprocess
-import sys
import time
from .common import FileDownloader