Explorar o código

unify spacing

Philipp Hagemeister %!s(int64=13) %!d(string=hai) anos
pai
achega
0969bdd305
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      youtube_dl/utils.py

+ 2 - 2
youtube_dl/utils.py

@@ -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.