This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
mirrors
/
youtube-dl
mirror de
https://github.com/ytdl-org/youtube-dl.git
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Ver código fonte
[compat] Fix casefold import __all__ syntax in a19855f
dirkf
2 anos atrás
pai
ee731f3d00
commit
2389c7cbd3
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
1
youtube_dl/casefold.py
+ 1
- 1
youtube_dl/casefold.py
Ver arquivo
@@ -1663,5 +1663,5 @@ def casefold(s):
__all__ = [
- casefold
+
'
casefold
',
]