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

This commit is contained in:
Remy
2011-08-18 13:31:56 -07:00
parent 37a4658b35
commit ee3326e502

View File

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