projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2875cf0
)
[npo] Remove unused import
author
Philipp Hagemeister
<phihag@phihag.de>
Fri, 16 Jan 2015 12:44:36 +0000
(13:44 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Fri, 16 Jan 2015 12:44:36 +0000
(13:44 +0100)
youtube_dl/extractor/npo.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/npo.py
b/youtube_dl/extractor/npo.py
index 8d496488b7e866557f2b0c5565a0bc2cee44e3ab..175b14583efbad65d9fbb1777d14dbb5576c1cc1 100644
(file)
--- a/
youtube_dl/extractor/npo.py
+++ b/
youtube_dl/extractor/npo.py
@@
-1,7
+1,5
@@
from __future__ import unicode_literals
-import re
-
from .common import InfoExtractor
from ..utils import (
fix_xml_ampersands,