diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-12-09 04:53:23 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-12-09 04:53:23 +0100 |
commit | 2101830c0d27e6d9ad2f564ff004565e71da1ec5 (patch) | |
tree | d27d170d5aa1d0238cde2cee81efe6d60f19668f /youtube_dl/YoutubeDL.py | |
parent | 977887469c3ebb7a6d6a7fee3bcd7bcc046f21e3 (diff) |
Remove unused imports
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rw-r--r-- | youtube_dl/YoutubeDL.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index 3fbbf3ba0..17b3827f2 100644 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -22,7 +22,6 @@ if os.name == 'nt': from .utils import ( compat_cookiejar, compat_http_client, - compat_print, compat_str, compat_urllib_error, compat_urllib_request, |