request.session.user.pi to know if the user is_pi not to Query everytime
[myslice.git] / unfold / loginrequired.py
index 7b10be4..afe24f3 100644 (file)
@@ -4,7 +4,7 @@ from django.http                        import HttpResponseRedirect
 # for 'as_view' that we need to call in urls.py and the like
 from django.views.generic.base          import TemplateView
 
-from manifoldapi.manifoldresult            import ManifoldException
+from manifoldapi.manifoldresult         import ManifoldException
 
 from myslice.settings import logger