diff options
author | W. Trevor King <wking@tremily.us> | 2012-10-28 19:59:41 -0400 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2012-10-28 19:59:41 -0400 |
commit | 8f1515c8130bff5de7335f648d6bbffc0a4615e5 (patch) | |
tree | bb58b8df7bd4278bc430801d29008354cc4eaeea /libbe/command/html.py | |
parent | 33f6291e1f4a04e9a56b885dea187943fcfab7a4 (diff) | |
download | bugseverywhere-8f1515c8130bff5de7335f648d6bbffc0a4615e5.tar.gz |
Use libbe.util.http.HTTP_USER_ERROR everywhere instead of hardcoding 418
Diffstat (limited to 'libbe/command/html.py')
-rw-r--r-- | libbe/command/html.py | 1 |
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', |