From: Philipp Hagemeister Date: Sun, 24 Aug 2014 02:18:09 +0000 (+0200) Subject: [wayofthemaster] Remove unused import X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=54036b399188da60e8ca55c81b14031bc7891934;p=youtube-dl [wayofthemaster] Remove unused import --- diff --git a/youtube_dl/extractor/wayofthemaster.py b/youtube_dl/extractor/wayofthemaster.py index c0723b8eb..af7bb8b49 100644 --- a/youtube_dl/extractor/wayofthemaster.py +++ b/youtube_dl/extractor/wayofthemaster.py @@ -3,7 +3,6 @@ from __future__ import unicode_literals import re from .common import InfoExtractor -from ..utils import determine_ext class WayOfTheMasterIE(InfoExtractor):