]> projects.mako.cc - twitter-api-cdsw/blob - encoding_fix.py
change variable name to make it more clear
[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?