X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=unfold%2Floginrequired.py;fp=unfold%2Floginrequired.py;h=d4f9e984558ef344476b9acf798c202bd5f0438b;hb=8cd242571082562afa089d7da255c8234055f685;hp=92f9ddb4f8614718e1179601d93ed1975b32510c;hpb=574ab14b3b3daf0f407dcc2a73a54ad5f87af372;p=myslice.git diff --git a/unfold/loginrequired.py b/unfold/loginrequired.py index 92f9ddb4..d4f9e984 100644 --- a/unfold/loginrequired.py +++ b/unfold/loginrequired.py @@ -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 manifold.manifoldresult import ManifoldException +from manifoldapi.manifoldresult import ManifoldException ### # IMPORTANT NOTE