typo
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 27 Nov 2012 23:22:55 +0000 (00:22 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 27 Nov 2012 23:22:55 +0000 (00:22 +0100)
youtube_dl/utils.py

index 41e6b85509be30a723d2d50e5a95a4cc5571333d..3fcb0927faa7436419d30bfc407b76cd2c44bd4b 100644 (file)
@@ -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