diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-12-23 16:03:06 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-12-23 16:03:06 +0100 |
commit | dabc127362ddfe88996e72b7e0d5cd2e4f239c98 (patch) | |
tree | 9007fdc3f1f410776d891483c8f465d09caabe3a /youtube_dl/downloader/http.py | |
parent | c25c991809e10dc8fd4bc2ddf37f8675cbd818fb (diff) |
Remove dead code
Diffstat (limited to 'youtube_dl/downloader/http.py')
-rw-r--r-- | youtube_dl/downloader/http.py | 3 |
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 |