Merge branch 'issue533'

This commit is contained in:
Patrick Speiser
2012-09-08 10:47:11 +02:00

View File

@@ -31,6 +31,9 @@ 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 = {