~ivan-zderadicka/mybookshelf/trunk

1
2
3
4
5
6
7
8
9
'''
Created on Oct 25, 2010

@author: ivan
'''
#paste this to /usr/lib/python2.x/sitecustomize.py to have UTF-8 as default encoding
import sys
sys.setdefaultencoding('UTF-8') 
del sys