Remove unused imports

This commit is contained in:
Philipp Hagemeister 2014-10-26 23:13:42 +01:00
parent 526b276fd7
commit c9f08154a3
8 changed files with 2 additions and 15 deletions

View file

@ -8,13 +8,11 @@ import itertools
from .common import InfoExtractor
from .subtitles import SubtitlesInfoExtractor
from ..utils import (
clean_html,
compat_HTTPError,
compat_urllib_parse,
compat_urllib_request,
compat_urlparse,
ExtractorError,
get_element_by_attribute,
InAdvancePagedList,
int_or_none,
RegexNotFoundError,