Took out utf-8 encoding in cherrypy webstart, merged pablos changes

This commit is contained in:
Remy
2011-08-19 04:31:56 +08:00
committed by Pablo Alcantara
parent 33be00a827
commit 9db1d03aed

View File

@@ -20,9 +20,7 @@ def initialize(options={}):
conf = { conf = {
'/': { '/': {
'tools.staticdir.root': os.path.join(headphones.PROG_DIR, 'data'), 'tools.staticdir.root': os.path.join(headphones.PROG_DIR, 'data')
'tools.encode.on': True,
'tools.encode.encoding': 'utf-8'
}, },
'/interfaces':{ '/interfaces':{
'tools.staticdir.on': True, 'tools.staticdir.on': True,