diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-09-28 10:50:43 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-09-28 10:50:43 +0200 |
commit | 51ee08c4bb044bb670c8a6b855ba48a91892d27b (patch) | |
tree | 5c3cc1d6493276dabc49c22de03ce1c248297265 /youtube_dl/extractor/vevo.py | |
parent | c84178977268df1fb705bc8fd8cf3aa73158139a (diff) |
Remove unused imports
Diffstat (limited to 'youtube_dl/extractor/vevo.py')
-rw-r--r-- | youtube_dl/extractor/vevo.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/vevo.py b/youtube_dl/extractor/vevo.py index ebab8b86c..5b1a3ec78 100644 --- a/youtube_dl/extractor/vevo.py +++ b/youtube_dl/extractor/vevo.py @@ -5,7 +5,6 @@ import xml.etree.ElementTree from .common import InfoExtractor from ..utils import ( - compat_HTTPError, compat_urllib_request, ExtractorError, ) |