From ee3326e502b87f0b3de3da2ce9d4100168bbd554 Mon Sep 17 00:00:00 2001 From: Remy Date: Thu, 18 Aug 2011 13:31:56 -0700 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,