X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=auth%2Fbackend.py;h=4c93676a084ae69a3f85730c6915348541cb2acd;hb=9b09d9222d0311b5212eff97f2b3d7fab134a657;hp=0eb1f2d6e4cca7c002581fdacb0b237f6c6fb139;hpb=8e75238a1113421aa3aedbac7aee315ed52fb92e;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'