fixed bugs and python3 updates for the twitter projects
[twitter-api-cdsw] / encoding_fix.py
1 import os
2 if os.name == "nt":
3     import win_unicode_console
4     win_unicode_console.enable()

Benjamin Mako Hill || Want to submit a patch?