mirror of
https://gitlab.com/dstftw/youtube-dl.git
synced 2020-11-16 09:42:26 +00:00
Merge pull request #2461 from niebles/master
Update __init__.py `io` wasn't imported.
This commit is contained in:
commit
f3ac523794
|
@ -53,6 +53,7 @@ __license__ = 'Public Domain'
|
|||
|
||||
import codecs
|
||||
import getpass
|
||||
import io
|
||||
import locale
|
||||
import optparse
|
||||
import os
|
||||
|
|
Loading…
Reference in a new issue