1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2025-01-16 18:27:34 +01:00

[compat] Add test for compat_casefold()

This commit is contained in:
dirkf 2022-11-01 22:47:02 +00:00 committed by GitHub
parent 65ccb0dd4e
commit 087ddc2371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from youtube_dl.compat import (
compat_casefold,
compat_getenv,
compat_setenv,
compat_etree_Element,