1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-07-01 08:09:32 +00:00

Merge pull request #2461 from niebles/master

Update __init__.py

`io` wasn't imported.
This commit is contained in:
Jaime Marquínez Ferrándiz 2014-02-26 00:00:57 +01:00
commit f3ac523794

View file

@ -53,6 +53,7 @@ __license__ = 'Public Domain'
import codecs
import getpass
import io
import locale
import optparse
import os