This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
youtube-dl
mirror of
https://github.com/ytdl-org/youtube-dl.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
[compat] Fix casefold import __all__ syntax in a19855f
dirkf
2 years ago
parent
ee731f3d00
commit
2389c7cbd3
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
youtube_dl/casefold.py
+ 1
- 1
youtube_dl/casefold.py
View File
@@ -1663,5 +1663,5 @@ def casefold(s):
__all__ = [
- casefold
+
'
casefold
',
]