X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=auth%2Fbackend.py;h=4c93676a084ae69a3f85730c6915348541cb2acd;hb=fcebef2a30c4061ef8b7e302ad9e88554ed6803a;hp=0eb1f2d6e4cca7c002581fdacb0b237f6c6fb139;hpb=b6440c94e0213514fee41d0906645f7657ba881f;p=unfold.git diff --git a/auth/backend.py b/auth/backend.py index 0eb1f2d6..4c93676a 100644 --- a/auth/backend.py +++ b/auth/backend.py @@ -1,10 +1,6 @@ # import the User object from django.contrib.auth.models import User -# import the IMAP library -#from imaplib import IMAP4 - -# import time - this is used to create Django's internal username import time # Name my backend 'MyCustomBackend'