X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=auth%2Fmanifoldbackend.py;h=dbaf863cf98fd36ef8c3736f56a91b66ceb10f2e;hb=fcebef2a30c4061ef8b7e302ad9e88554ed6803a;hp=54b16e72ee41ae08d92ad382d246d69ff121744e;hpb=b6440c94e0213514fee41d0906645f7657ba881f;p=unfold.git diff --git a/auth/manifoldbackend.py b/auth/manifoldbackend.py index 54b16e72..dbaf863c 100644 --- a/auth/manifoldbackend.py +++ b/auth/manifoldbackend.py @@ -1,10 +1,8 @@ -# import the User object -from django.contrib.auth.models import User -from engine.manifoldapi import ManifoldAPI +import time +from django.contrib.auth.models import User -# import time - this is used to create Django's internal username -import time +from engine.manifoldapi import ManifoldAPI # Name my backend 'ManifoldBackend' class ManifoldBackend: