[compat] Add test for compat_casefold()
This commit is contained in:
parent
65ccb0dd4e
commit
087ddc2371
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue