From 9db1d03aedfa946f9bf4edd709bbd27fd0bd787b Mon Sep 17 00:00:00 2001 From: Remy Date: Fri, 19 Aug 2011 04:31:56 +0800 Subject: [PATCH] Took out utf-8 encoding in cherrypy webstart, merged pablos changes --- headphones/webstart.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/headphones/webstart.py b/headphones/webstart.py index 4b6c95f1..89f6a8d6 100644 --- a/headphones/webstart.py +++ b/headphones/webstart.py @@ -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,