From 037b7ee93416f6b35c14de3ddd9f8561a6f5036e Mon Sep 17 00:00:00 2001 From: Feliciaan De Palmenaer Date: Fri, 3 Apr 2015 18:16:01 +0200 Subject: [PATCH] why was this added? How the fuck do you type this. --- app/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/utils.py b/app/utils.py index 9ee43a2..1ede42d 100644 --- a/app/utils.py +++ b/app/utils.py @@ -35,7 +35,7 @@ def handle404(e): def handle401(e): return render_template('errors/401.html'), 401 -‡ + class AnonymouseUser: def is_active(self): return False