#1744: go back after chunk edit,
[redakcja.git] / apps / django_cas / middleware.py
old mode 100755 (executable)
new mode 100644 (file)
index 8d5243d..35fd0d5
@@ -12,6 +12,7 @@ from django_cas.views import login as cas_login, logout as cas_logout
 
 __all__ = ['CASMiddleware']
 
+
 class CASMiddleware(object):
     """Middleware that allows CAS authentication on admin pages"""