diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-02-02 23:38:45 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-02-02 23:38:45 +0100 |
commit | 5c4862bad4ba38f4ddd86d4fb1305aa5b82b2bd6 (patch) | |
tree | 1f9207b88cd4a1af79edc2ce8ebfde98918efc73 /youtube_dl/extractor | |
parent | 995029a142cd0046ee43b583f2d09fc3d5fa321a (diff) |
[normalboots] Remove unused import
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/normalboots.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/normalboots.py b/youtube_dl/extractor/normalboots.py index 78e75266f..5952d136f 100644 --- a/youtube_dl/extractor/normalboots.py +++ b/youtube_dl/extractor/normalboots.py @@ -1,8 +1,6 @@ # encoding: utf-8 from __future__ import unicode_literals -import re - from .common import InfoExtractor from ..utils import ( |