about summary refs log tree commit diff
path: root/youtube_dl/extractor/appletrailers.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-08-28 12:47:38 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-08-28 12:47:38 +0200
commitce6a696e4d964aeb27de46a31a899b28d7ca7754 (patch)
tree06d1c3a0c195f844924888f5f6970a4fddb65644 /youtube_dl/extractor/appletrailers.py
parenta5caba1eb02665cdc982d6be4a933aafd79243de (diff)
downloadyoutube-dl-ce6a696e4d964aeb27de46a31a899b28d7ca7754.tar.gz
youtube-dl-ce6a696e4d964aeb27de46a31a899b28d7ca7754.tar.xz
youtube-dl-ce6a696e4d964aeb27de46a31a899b28d7ca7754.zip
Remove unused imports
Diffstat (limited to 'youtube_dl/extractor/appletrailers.py')
-rw-r--r--youtube_dl/extractor/appletrailers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/appletrailers.py b/youtube_dl/extractor/appletrailers.py
index b3bdb2955..8b191c196 100644
--- a/youtube_dl/extractor/appletrailers.py
+++ b/youtube_dl/extractor/appletrailers.py
@@ -4,7 +4,6 @@ import xml.etree.ElementTree
 from .common import InfoExtractor
 from ..utils import (
     determine_ext,
-    ExtractorError,
 )