Skip to content

Instantly share code, notes, and snippets.

@shoma
Created September 9, 2011 01:34
Show Gist options
  • Save shoma/1205277 to your computer and use it in GitHub Desktop.
Save shoma/1205277 to your computer and use it in GitHub Desktop.
my PYTHONSTARTUP script
# -*- coding: utf-8 -*-
"""my PYTHONSTARTUP script"""
import sys
import codecs
sys.stdout = codecs.getwriter('utf_8')(sys.stdout)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment