diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-12-05 14:31:54 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-12-05 14:31:54 +0100 |
commit | a1ef7e85d6834d5e8a9a2171b220a9e3b93dd2cf (patch) | |
tree | f63b2fe5875ea9d47f37a04defbc9f66f0042446 /youtube_dl/extractor/theplatform.py | |
parent | ef2fac6f4ae5191abed1962b155aec0bb0f17802 (diff) |
Remove unused imports
Diffstat (limited to 'youtube_dl/extractor/theplatform.py')
-rw-r--r-- | youtube_dl/extractor/theplatform.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/theplatform.py b/youtube_dl/extractor/theplatform.py index 920689511..61452e47d 100644 --- a/youtube_dl/extractor/theplatform.py +++ b/youtube_dl/extractor/theplatform.py @@ -4,7 +4,6 @@ import json from .common import InfoExtractor from ..utils import ( xpath_with_ns, - find_xpath_attr, ) _x = lambda p: xpath_with_ns(p, {'smil': 'http://www.w3.org/2005/SMIL21/Language'}) |