From 11946b80da2d07d1c730e44c484b70eda1088894 Mon Sep 17 00:00:00 2001 From: Patrick Speiser Date: Sun, 9 Sep 2012 07:14:13 +0200 Subject: [PATCH] Revert "Possible Fix for Issue #533" This reverts commit 196ea11cedc3719b1835c27638e92e44c3a57770. --- headphones/webstart.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/headphones/webstart.py b/headphones/webstart.py index c8f53e9a..b16d6765 100644 --- a/headphones/webstart.py +++ b/headphones/webstart.py @@ -31,9 +31,6 @@ def initialize(options={}): 'server.socket_port': options['http_port'], 'server.socket_host': options['http_host'], 'engine.autoreload_on': False, - 'tools.encode.on' : True, - 'tools.encode.encoding' : 'utf-8', - 'tools.decode.on' : True, }) conf = {