From 8a8afa6f334f02ac67d4e8fe8ffc16be919bf302 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 23 Sep 2014 02:06:00 +0000 Subject: Typo svn path=/branches/tk705/; revision=5968 --- rpki/gui/decorators.py | 1 - 1 file changed, 1 deletion(-) (limited to 'rpki/gui/decorators.py') diff --git a/rpki/gui/decorators.py b/rpki/gui/decorators.py index d197acff..75efeae0 100644 --- a/rpki/gui/decorators.py +++ b/rpki/gui/decorators.py @@ -28,7 +28,6 @@ def tls_required(f): Decorator which returns a 500 error if the connection is not secured with TLS (https). """ - """ def _tls_required(request, *args, **kwargs): if not request.is_secure() and not _allow_plain_http_for_testing: -- cgit v1.2.3