aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/YoutubeDL.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-12-09 04:53:23 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-12-09 04:53:23 +0100
commit2101830c0d27e6d9ad2f564ff004565e71da1ec5 (patch)
treed27d170d5aa1d0238cde2cee81efe6d60f19668f /youtube_dl/YoutubeDL.py
parent977887469c3ebb7a6d6a7fee3bcd7bcc046f21e3 (diff)
downloadyoutube-dl-2101830c0d27e6d9ad2f564ff004565e71da1ec5.tar.xz
Remove unused imports
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rw-r--r--youtube_dl/YoutubeDL.py1
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,