X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=unfold%2Floginrequired.py;h=d4f9e984558ef344476b9acf798c202bd5f0438b;hb=1cccda41fd28fdf43fb5731a28ec01c11fe893df;hp=92f9ddb4f8614718e1179601d93ed1975b32510c;hpb=9d9c9d79c1bb1b54d1c402a7f4c0b895e294e5ef;p=unfold.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