projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecfef3e
)
Remove unusued import
author
Philipp Hagemeister
<phihag@phihag.de>
Tue, 7 Jan 2014 08:42:38 +0000
(09:42 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Tue, 7 Jan 2014 08:42:38 +0000
(09:42 +0100)
youtube_dl/postprocessor/xattrpp.py
patch
|
blob
|
history
diff --git
a/youtube_dl/postprocessor/xattrpp.py
b/youtube_dl/postprocessor/xattrpp.py
index e230f2c540f453260aaabc777342a60211af092a..18979241cd9f0bb70cf2d8e9c00709ec43db1fea 100644
(file)
--- a/
youtube_dl/postprocessor/xattrpp.py
+++ b/
youtube_dl/postprocessor/xattrpp.py
@@
-6,7
+6,6
@@
from .common import PostProcessor
from ..utils import (
check_executable,
hyphenate_date,
- preferredencoding,
)