Merge pull request #2461 from niebles/master

Update __init__.py

`io` wasn't imported.
totalwebcasting
Jaime Marquínez Ferrándiz 10 years ago
commit f3ac523794

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

Loading…
Cancel
Save