diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-08-24 04:18:09 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-08-24 04:18:09 +0200 |
commit | 54036b399188da60e8ca55c81b14031bc7891934 (patch) | |
tree | d4d2312c1f3fa5cca56a7f8494bd583b69283a32 /youtube_dl/extractor/wayofthemaster.py | |
parent | e5402ac1203c8fd0c438ad515bbd80eb288b3907 (diff) |
[wayofthemaster] Remove unused import
Diffstat (limited to 'youtube_dl/extractor/wayofthemaster.py')
-rw-r--r-- | youtube_dl/extractor/wayofthemaster.py | 1 |
1 files changed, 0 insertions, 1 deletions
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): |