changeset 632:c5e5801c32ac

GenshiTutorial: remove !EvalException left-over
author cmlenz
date Tue, 04 Sep 2007 20:49:32 +0000
parents e414dc0bca5c
children d648cd694286
files examples/tutorial/geddit/controller.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,
Copyright (C) 2012-2017 Edgewall Software