Merge pull request #2461 from niebles/master
authorJaime Marquínez Ferrándiz <jaimeMF@users.noreply.github.com>
Tue, 25 Feb 2014 23:00:57 +0000 (00:00 +0100)
committerJaime Marquínez Ferrándiz <jaimeMF@users.noreply.github.com>
Tue, 25 Feb 2014 23:00:57 +0000 (00:00 +0100)
Update __init__.py

`io` wasn't imported.

youtube_dl/__init__.py

index 2aaafd37a30e5b51af74b8bdfaddd53c4a20b895..6e9b5d65b8f8597f12f438be2821b60517b41db0 100644 (file)
@@ -53,6 +53,7 @@ __license__ = 'Public Domain'
 
 import codecs
 import getpass
+import io
 import locale
 import optparse
 import os