1
0
mirror of https://code.hackerspace.pl/q3k/youtube-dl synced 2025-03-16 11:12:47 +00:00

unify spacing

This commit is contained in:
Philipp Hagemeister 2012-11-27 18:49:18 +01:00
parent 1a9c655e3b
commit 0969bdd305

View File

@ -27,9 +27,9 @@ std_headers = {
}
try:
compat_str = unicode # Python 2
compat_str = unicode # Python 2
except NameError:
compat_str = str
compat_str = str
def preferredencoding():
"""Get preferred encoding.