projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baa7080
)
[compat] Modernize
author
Philipp Hagemeister
<phihag@phihag.de>
Sun, 2 Nov 2014 10:36:29 +0000
(11:36 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sun, 2 Nov 2014 10:36:29 +0000
(11:36 +0100)
youtube_dl/compat.py
patch
|
blob
|
history
diff --git
a/youtube_dl/compat.py
b/youtube_dl/compat.py
index 3e35e2b84625cf55f41ee7a572417b54bca14478..b3752634a08a5982e52353be0ba272b6aba1f202 100644
(file)
--- a/
youtube_dl/compat.py
+++ b/
youtube_dl/compat.py
@@
-1,3
+1,5
@@
+from __future__ import unicode_literals
+
import getpass
import os
import subprocess