diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2012-11-28 00:22:55 +0100 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2012-11-28 00:22:55 +0100 | 
| commit | 5bd9cc7a6a93fbd2b3b06cbdfbaaf8b7e89e8b7b (patch) | |
| tree | 31672405413e251d3f2d3616376a5797f59576eb /youtube_dl/utils.py | |
| parent | f660c89d51c56cb6f14151c06cfd0af41b7eb00b (diff) | |
typo
Diffstat (limited to 'youtube_dl/utils.py')
| -rw-r--r-- | youtube_dl/utils.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py index 41e6b8550..3fcb0927f 100644 --- a/youtube_dl/utils.py +++ b/youtube_dl/utils.py @@ -42,9 +42,9 @@ except ImportError: # Python 2  	import HTMLParser as compat_html_parser  try: -	import http.client as compat_html_client +	import http.client as compat_http_client  except ImportError: # Python 2 -	import httplib as compat_html_client +	import httplib as compat_http_client  try:  	from urllib.parse import parse_qs as compat_parse_qs | 
