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