[ehow] Simplify

This commit is contained in:
Sergey M․ 2015-07-17 23:54:38 +06:00
parent 7fd002c006
commit c60e8cfaf7
1 changed files with 1 additions and 3 deletions

View File

@ -1,9 +1,7 @@
from __future__ import unicode_literals
from ..compat import (
compat_urllib_parse_unquote,
)
from .common import InfoExtractor
from ..compat import compat_urllib_parse_unquote
class EHowIE(InfoExtractor):