From de49699ef9eeccc6339f29d2e197d6f26d4904dc Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 25 Jan 2009 03:10:29 +0000 Subject: Test coverage. --- repoze/bfg/wsgi.py | 1 - 1 file changed, 1 deletion(-) (limited to 'repoze/bfg/wsgi.py') diff --git a/repoze/bfg/wsgi.py b/repoze/bfg/wsgi.py index 38cca58a3..1a2c0460b 100644 --- a/repoze/bfg/wsgi.py +++ b/repoze/bfg/wsgi.py @@ -55,4 +55,3 @@ class NotFound(HTTPException): class Unauthorized(HTTPException): """ The default Unauthorized WSGI application """ status = '401 Unauthorized' - -- cgit v1.2.3