# HG changeset patch # User cmlenz # Date 1188938972 0 # Node ID c5e5801c32ac78c68d01f0d83a995b15db2407bc # Parent e414dc0bca5cf8b055868bae78e68c06431b8db7 GenshiTutorial: remove !EvalException left-over diff --git a/examples/tutorial/geddit/controller.py b/examples/tutorial/geddit/controller.py --- a/examples/tutorial/geddit/controller.py +++ b/examples/tutorial/geddit/controller.py @@ -116,7 +116,6 @@ # Some global configuration; note that this could be moved into a # configuration file cherrypy.config.update({ - 'request.throw_errors': True, 'tools.encode.on': True, 'tools.encode.encoding': 'utf-8', 'tools.decode.on': True, 'tools.trailing_slash.on': True,