mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 05:57:16 +02:00
Remove sitecustomize.py, unnecessary for Py3 now.
This commit is contained in:
parent
f9526e78a8
commit
75d74c252e
1 changed files with 0 additions and 11 deletions
|
|
@ -1,11 +0,0 @@
|
|||
"""
|
||||
This special Python config file sets the default encoding for
|
||||
the codebase to UTF-8 instead of ascii. This allows for just
|
||||
about any language to be used in-game.
|
||||
|
||||
It is not advisable to change the value set below, as
|
||||
there will be a lot of encoding errors that result in
|
||||
server crashes.
|
||||
"""
|
||||
import sys
|
||||
sys.setdefaultencoding('utf-8')
|
||||
Loading…
Add table
Add a link
Reference in a new issue