projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f0578f
)
[FunnyOrDie] Remove unused import
author
Philipp Hagemeister
<phihag@phihag.de>
Sun, 23 Jun 2013 20:07:17 +0000
(22:07 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sun, 23 Jun 2013 20:07:17 +0000
(22:07 +0200)
youtube_dl/extractor/funnyordie.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/funnyordie.py
b/youtube_dl/extractor/funnyordie.py
index 90ab05338c3b3aa0043f7e6d9c3414896b56a2e3..3045978f1b35cff1552b9b0dbf12f7a7ff522989 100644
(file)
--- a/
youtube_dl/extractor/funnyordie.py
+++ b/
youtube_dl/extractor/funnyordie.py
@@
-1,9
+1,6
@@
import re
from .common import InfoExtractor
-from ..utils import (
- ExtractorError,
-)
class FunnyOrDieIE(InfoExtractor):