utf-8 hack
This commit is contained in:
parent
454d87d5fb
commit
b94e92debd
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@
|
|||
from debug import debug, Timer
|
||||
from mapcss import MapCSS
|
||||
import sys
|
||||
|
||||
reload(sys)
|
||||
sys.setdefaultencoding("utf-8")
|
||||
|
||||
|
||||
import os
|
||||
import Image
|
||||
from optparse import OptionParser
|
||||
|
|
Loading…
Add table
Reference in a new issue