aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/html.py
diff options
context:
space:
mode:
Diffstat (limited to 'libbe/command/html.py')
-rw-r--r--libbe/command/html.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbe/command/html.py b/libbe/command/html.py
index 8c2ca92..2b7dcf8 100644
--- a/libbe/command/html.py
+++ b/libbe/command/html.py
@@ -73,7 +73,6 @@ class ServerApp (libbe.util.wsgi.WSGI_AppObject,
self.strip_email = strip_email
self.generation_time = generation_time
self._refresh = 0
- self.http_user_error = 418
self._load_templates(template_dir=template_dir)
self._filters = {
'active': lambda bug: bug.active and bug.severity != 'target',