X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=auth%2Fmanifoldbackend.py;h=96697b3f001daa3c64ed39c99ebf72f275525daf;hb=b709866ba93d98c32127ff4deae5b783e271e5b3;hp=dbaf863cf98fd36ef8c3736f56a91b66ceb10f2e;hpb=fcebef2a30c4061ef8b7e302ad9e88554ed6803a;p=myslice.git diff --git a/auth/manifoldbackend.py b/auth/manifoldbackend.py index dbaf863c..96697b3f 100644 --- a/auth/manifoldbackend.py +++ b/auth/manifoldbackend.py @@ -2,7 +2,7 @@ import time from django.contrib.auth.models import User -from engine.manifoldapi import ManifoldAPI +from manifold.manifoldapi import ManifoldAPI # Name my backend 'ManifoldBackend' class ManifoldBackend: