Browse Source

[extractor/common] Remove unused import

Jaime Marquínez Ferrándiz 10 years ago
parent
commit
865d1fbafc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/common.py

+ 0 - 1
youtube_dl/extractor/common.py

@@ -16,7 +16,6 @@ from ..compat import (
     compat_cookiejar,
     compat_cookiejar,
     compat_cookies,
     compat_cookies,
     compat_getpass,
     compat_getpass,
-    compat_HTTPError,
     compat_http_client,
     compat_http_client,
     compat_urllib_error,
     compat_urllib_error,
     compat_urllib_parse,
     compat_urllib_parse,