summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/view.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyramid/view.py b/pyramid/view.py
index 5a9f2a068..74c57d272 100644
--- a/pyramid/view.py
+++ b/pyramid/view.py
@@ -491,6 +491,7 @@ class exception_view_config(object):
:meth:`pyramid.view.view_config` and each predicate argument restricts
the set of circumstances under which this exception view will be invoked.
"""
+ venusian = venusian
def __init__(self, **settings):
self.__dict__.update(settings)