[generic] remove unused imports
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 24 Aug 2014 12:28:58 +0000 (14:28 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 24 Aug 2014 12:28:58 +0000 (14:28 +0200)
youtube_dl/extractor/generic.py

index 8b11f7f7a086cc28828a8e0afe7ec520d13ed956..0ec23a365b8095ce6a1ee89cd09c4ed2c7e99d94 100644 (file)
@@ -8,9 +8,7 @@ import re
 from .common import InfoExtractor
 from .youtube import YoutubeIE
 from ..utils import (
-    compat_urllib_error,
     compat_urllib_parse,
-    compat_urllib_request,
     compat_urlparse,
     compat_xml_parse_error,