mirror of
https://github.com/ytdl-org/ytdl-nightly.git
synced 2025-02-21 21:57:49 +01:00
[compat] Use compat_open()
This commit is contained in:
parent
8f7703e21a
commit
323f2907bc
@ -10,6 +10,8 @@ sys.path.insert(0, dirn(dirn(os.path.abspath(__file__))))
|
||||
from utils import read_file
|
||||
from youtube_dl.compat import compat_open as open
|
||||
|
||||
from youtube_dl.compat import compat_open as open
|
||||
|
||||
README_FILE = 'README.md'
|
||||
helptext = sys.stdin.read()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user