7 lines
189 B
Python
7 lines
189 B
Python
#
|
|
# sitecustomize.py - saving a useful function. Copy to the
|
|
# somewhere on the Python path, like the site-packages directory
|
|
#
|
|
import sys
|
|
|
|
sys.setappdefaultencoding=sys.setdefaultencoding
|