projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf2e2eb
)
[comedycentral] Remove unused import
author
Sergey M․
<dstftw@gmail.com>
Sun, 22 Mar 2015 02:23:38 +0000
(08:23 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 22 Mar 2015 02:23:38 +0000
(08:23 +0600)
youtube_dl/extractor/comedycentral.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/comedycentral.py
b/youtube_dl/extractor/comedycentral.py
index 648a6f99084f16068d79bd59a115774c36376abc..e5edcc84b69ef7bdffdbb7ed158c901c560a7575 100644
(file)
--- a/
youtube_dl/extractor/comedycentral.py
+++ b/
youtube_dl/extractor/comedycentral.py
@@
-2,7
+2,6
@@
from __future__ import unicode_literals
import re
-from .common import InfoExtractor
from .mtv import MTVServicesInfoExtractor
from ..compat import (
compat_str,