Coding style overhaul for Python files (PEP8 conformant). Removed buggy csstidy pytho...
[redakcja.git] / apps / django_cas / decorators.py
index 54a3734..0bf989b 100644 (file)
@@ -12,6 +12,7 @@ from django.utils.http import urlquote
 
 __all__ = ['login_required', 'permission_required', 'user_passes_test']
 
+
 def user_passes_test(test_func, login_url=None,
                      redirect_field_name=REDIRECT_FIELD_NAME):
     """Replacement for django.contrib.auth.decorators.user_passes_test that